forked from fanruan/fineui
Browse Source
* commit '0c60008c3fb0f511c125ebbfd50278a048129164': update BI-64186 refactor: searcher提供可配参数es6
windy
5 years ago
7 changed files with 19 additions and 3 deletions
@ -0,0 +1,3 @@
|
||||
.bi-multi-select-search-pane .multi-select-toolbar { |
||||
color: #faaa39; |
||||
} |
@ -0,0 +1,3 @@
|
||||
.bi-single-select-search-pane .single-select-toolbar { |
||||
color: #faaa39; |
||||
} |
@ -0,0 +1,8 @@
|
||||
@import "../../../index"; |
||||
|
||||
|
||||
.bi-single-select-search-pane{ |
||||
& .single-select-toolbar{ |
||||
color: @color-bi-text-redmark; |
||||
} |
||||
} |
Loading…
Reference in new issue