update Select
This commit is contained in:
parent
7401ec352a
commit
b12fa3968a
2 changed files with 14 additions and 7 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue