@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pc {
	.c_tree {
		ul li:not(.on) > .text:hover { color:@warning;}
		ul li > .ico:hover { background:@primary-light-9;}
	}



	// 菜单模式
	.c_tree-menu {
		ul li:not(.on) > .text:hover {
			background:@bg-dark-0-3; color:@fg;
			&:before { width:2px; background:@success;}
		}
		ul li > .ico:hover { background:none;}
	}
}