update Select

This commit is contained in:
梁灏 2018-07-02 11:02:06 +08:00
parent 7401ec352a
commit b12fa3968a
2 changed files with 14 additions and 7 deletions

View file

@ -31,12 +31,12 @@
}
&-selected ,&-selected:hover{
color: #fff;
background: @selected-color;
color: @primary-color;
//background: @selected-color;
}
&-selected&-focus {
background: shade(@selected-color, 10%);
//background: shade(@selected-color, 10%);
}
&-divided{