|
| 1 | +$control-height = 30px |
| 2 | + |
1 | 3 | .root |
2 | 4 | absolute left bottom |
3 | 5 | top $topBar-height - 1 |
| 6 | + background-color $ui-noteList-backgroundColor |
4 | 7 |
|
5 | 8 | .control |
6 | 9 | absolute top left right |
7 | 10 | user-select none |
8 | | - height 30px |
| 11 | + height $control-height |
9 | 12 | font-size 12px |
10 | 13 | line-height 25px |
11 | 14 | display flex |
|
58 | 61 |
|
59 | 62 | .list |
60 | 63 | absolute left right bottom |
61 | | - top 24px |
| 64 | + top $control-height |
62 | 65 | overflow auto |
63 | 66 |
|
64 | 67 | .item |
65 | 68 | position relative |
66 | | - border-bottom $ui-border |
67 | | - padding 2px 5px |
| 69 | + padding 20px 25px |
68 | 70 | user-select none |
69 | 71 | cursor pointer |
| 72 | + background-color $ui-noteList-backgroundColor |
70 | 73 | transition background-color 0.15s |
71 | 74 | &:hover |
72 | 75 | background-color alpha($ui-active-color, 20%) |
|
109 | 112 | transition 0.15s |
110 | 113 |
|
111 | 114 | .item-title |
112 | | - height 24px |
| 115 | + font-size 14px |
| 116 | + height 40px |
113 | 117 | box-sizing border-box |
114 | 118 | line-height 24px |
115 | | - padding 0 |
| 119 | + padding 10px 0 |
116 | 120 | overflow ellipsis |
117 | 121 | color $ui-text-color |
118 | 122 |
|
|
126 | 130 | color $ui-inactive-text-color |
127 | 131 |
|
128 | 132 | .item-bottom |
| 133 | + position relative |
| 134 | + bottom 0px |
129 | 135 | margin-top 2px |
130 | 136 | height 20px |
131 | 137 | font-size 12px |
|
145 | 151 | line-height 20px |
146 | 152 |
|
147 | 153 | .item-bottom-tagList-item |
148 | | - margin 0 4px |
149 | | - padding 0 4px |
| 154 | + font-size 12px |
| 155 | + margin-right 8px |
| 156 | + padding 0 10px |
150 | 157 | height 20px |
151 | 158 | box-sizing border-box |
152 | | - border-radius 3px |
| 159 | + border-radius 20px |
153 | 160 | vertical-align middle |
154 | | - border-style solid |
155 | | - border-color $ui-button--focus-borderColor |
156 | | - border-width 0 0 0 3px |
157 | | - background-color $ui-backgroundColor |
158 | | - color $ui-text-color |
| 161 | + background-color $ui-tag-backgroundColor |
| 162 | + color #FFFFFF |
159 | 163 |
|
160 | 164 | .item-bottom-tagList-empty |
161 | 165 | color $ui-inactive-text-color |
|
165 | 169 |
|
166 | 170 | .item-bottom-time |
167 | 171 | color $ui-inactive-text-color |
168 | | - margin-left 5px |
169 | | - font-size 10px |
| 172 | + font-size 12px |
170 | 173 |
|
171 | 174 | body[data-theme="dark"] |
172 | 175 | .root |
173 | 176 | border-color $ui-dark-borderColor |
174 | | - background-color $ui-dark-backgroundColor |
| 177 | + background-color $ui-dark-noteList-backgroundColor |
175 | 178 |
|
176 | 179 | .item |
177 | 180 | border-color $ui-dark-borderColor |
| 181 | + background-color $ui-dark-noteList-backgroundColor |
178 | 182 | &:hover |
179 | 183 | background-color alpha($ui-active-color, 20%) |
180 | 184 |
|
@@ -204,8 +208,7 @@ body[data-theme="dark"] |
204 | 208 | color $ui-dark-button-color |
205 | 209 |
|
206 | 210 | .item-bottom-tagList-item |
207 | | - border-color $ui-dark-button--focus-borderColor |
208 | | - background-color $ui-dark-button--hover-backgroundColor |
| 211 | + background-color $ui-dark-tag-backgroundColor |
209 | 212 | color $ui-dark-text-color |
210 | 213 |
|
211 | 214 | .item-bottom-tagList-empty |
|
0 commit comments