!298 左侧工具栏鼠标悬停时选中效果

Merge pull request !298 from 肖诗雅/toolbar_update
pull/298/MERGE
肖诗雅 5 years ago committed by ChenX
parent 21537539e9
commit 4376689f9d

@ -88,6 +88,10 @@
#toolbar{
background: @toolbar_bg !important;
}
#toolbar ul li:hover{
background: @topToolBar_li_hover;
cursor: pointer;
}
/*-----命令栏-----*/
#commands .content {

@ -293,9 +293,6 @@ input[type=radio] {
width: 30px;
height: 30px;
}
&:hover{
cursor: pointer;
}
}
}
}

Loading…
Cancel
Save