14
14
list-style none
15
15
padding 0
16
16
margin 0
17
-
17
+
18
18
border-radius 4px
19
- margin .2 em 0 0
19
+ margin .5 rem 0 0
20
20
background-color $ui-noteList-backgroundColor
21
21
border 1px solid rgba (0 ,0 ,0 ,.3 )
22
22
box-shadow .05em .2em .6em rgba (0 ,0 ,0 ,.2 )
23
23
text-shadow none
24
-
24
+
25
25
& :empty ,
26
26
& [hidden ]
27
27
display none
28
-
28
+
29
29
& :before
30
30
content ""
31
31
position absolute
39
39
border-bottom 0
40
40
-webkit- transform rotate (45deg )
41
41
transform rotate (45deg )
42
-
42
+
43
43
li
44
44
position relative
45
45
padding 6px 18px 6px 10px
46
46
cursor pointer
47
-
47
+
48
48
li [aria-selected = "true" ]
49
49
background-color alpha ($ui-button--active-backgroundColor , 40% )
50
50
color $ui-text-color
@@ -53,15 +53,15 @@ body[data-theme="dark"]
53
53
.TagSelect
54
54
.react-autosuggest__input
55
55
color $ui-dark-text-color
56
-
56
+
57
57
ul
58
58
border-color $ui-dark-borderColor
59
59
background-color $ui-dark-noteList-backgroundColor
60
60
color $ui-dark-text-color
61
-
61
+
62
62
& :before
63
63
background-color $ui-dark-noteList-backgroundColor
64
-
64
+
65
65
li [aria-selected = "true" ]
66
66
background-color $ui-dark-button--active-backgroundColor
67
67
color $ui-dark-text-color
@@ -70,15 +70,15 @@ body[data-theme="monokai"]
70
70
.TagSelect
71
71
.react-autosuggest__input
72
72
color $ui-monokai-text-color
73
-
73
+
74
74
ul
75
75
border-color $ui-monokai-borderColor
76
76
background-color $ui-monokai-noteList-backgroundColor
77
77
color $ui-monokai-text-color
78
-
78
+
79
79
& :before
80
80
background-color $ui-dark-noteList-backgroundColor
81
-
81
+
82
82
li [aria-selected = "true" ]
83
83
background-color $ui-monokai-button-backgroundColor
84
84
color $ui-monokai-text-color
@@ -87,15 +87,15 @@ body[data-theme="solarized-dark"]
87
87
.TagSelect
88
88
.react-autosuggest__input
89
89
color $ui-solarized-dark-text-color
90
-
90
+
91
91
ul
92
92
border-color $ui-solarized-dark-borderColor
93
93
background-color $ui-solarized-dark-noteList-backgroundColor
94
94
color $ui-solarized-dark-text-color
95
-
95
+
96
96
& :before
97
97
background-color $ui-solarized-dark-noteList-backgroundColor
98
-
98
+
99
99
li [aria-selected = "true" ]
100
100
background-color $ui-dark-button--active-backgroundColor
101
101
color $ui-solarized-dark-text-color
@@ -104,6 +104,6 @@ body[data-theme="white"]
104
104
.TagSelect
105
105
ul
106
106
background-color $ui-white-noteList-backgroundColor
107
-
107
+
108
108
li [aria-selected = "true" ]
109
109
background-color $ui-button--active-backgroundColor
0 commit comments