diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index/Select.less | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/index/Select.less b/assets/index/Select.less index 3e94c11..13b5b18 100644 --- a/assets/index/Select.less +++ b/assets/index/Select.less | |||
@@ -48,8 +48,16 @@ | |||
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | &-option-selected { | 51 | li&-option-selected { |
52 | background: #edfaff; | 52 | background: #edfaff; |
53 | color: #2db7f5; | 53 | color: #2db7f5; |
54 | } | 54 | } |
55 | |||
56 | li&-option-disabled { | ||
57 | color: #bfbfbf; | ||
58 | &:hover { | ||
59 | background: transparent; | ||
60 | cursor: not-allowed; | ||
61 | } | ||
62 | } | ||
55 | } | 63 | } |