File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1515 background-color : var (--color-background-branding );
1616 }
1717}
18+
19+ .simplebar-inverted {
20+ .simplebar-scrollbar {
21+ & ::before {
22+ background-color : var (--color-text-tertiary );
23+ }
24+ }
25+ }
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ onMounted(() => {
148148 align-items : center ;
149149 justify-content : space-between ;
150150 background-color : var (--color-background-primary );
151- color : var (--color-text-primary );
152151
153152 .label {
154153 display : flex ;
@@ -170,6 +169,7 @@ onMounted(() => {
170169
171170 & .text {
172171 border-radius : var (--radius-xs );
172+ color : var (--color-text-primary );
173173 }
174174
175175 &.has-children {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ onBeforeUnmount(() => {
139139 <span >Add a new view</span >
140140 <i class =" icon-plus-circle" />
141141 </div >
142- <Simplebar class =" view-list" v-if =" views.length > 0" >
142+ <Simplebar class =" view-list simplebar-inverted " v-if =" views.length > 0" >
143143 <EditableList
144144 v-model:items =" views"
145145 :actions =" [
You can’t perform that action at this time.
0 commit comments