UNPKG
desktop-ui.vusion
Version:
latest (0.4.0)
0.4.0
Vusion Desktop UI
vusion.github.io/desktop-ui
vusion/desktop-ui
desktop-ui.vusion
/
src
/
components
/
u-select.vue
/
item.vue
/
module.css
21 lines
(15 loc)
•
219 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@extend
;
.root
{}
.root
:hover
{
background
:
#f5f7fa
; }
.root
[focused]
{
background
:
#f5f7fa
; }
.root
[selected]
{
background
: $brand-primary; }
.root
[disabled]
{
color
:
#ccc
;
background
: none; }