File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ export default {
113
113
background rgba (black, .03 )
114
114
border-radius 50%
115
115
overflow hidden
116
+ .vue-ui-dark-mode &
117
+ background rgba (white, .07 )
116
118
.image
117
119
width 100%
118
120
height @width
@@ -122,7 +124,7 @@ export default {
122
124
width 24px
123
125
height @width
124
126
>>> svg
125
- fill rgba ( $color-text-light, .3 )
127
+ fill $color-text-light
126
128
127
129
.color-bullet
128
130
position absolute
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ list-item()
3
3
cursor pointer
4
4
5
5
& .selected
6
- background rgba ($vue-ui-color-primary, .05 )
6
+ background rgba ($vue-ui-color-primary, .08 )
7
7
8
8
& :hover
9
- background rgba ($vue-ui-color-primary, .03 )
9
+ background rgba ($vue-ui-color-primary, .05 )
10
10
11
11
12
12
ansi-colors ($name , $color )
You can’t perform that action at this time.
0 commit comments