@@ -22,10 +22,10 @@ export const closeButtonClass = style({
22
22
23
23
$nest : {
24
24
'&:hover' : {
25
- backgroundColor : 'var(--jp-toolbar-active-background) '
25
+ backgroundColor : '#e0e0e0 '
26
26
} ,
27
27
'&:active' : {
28
- backgroundColor : 'var(--jp-toolbar-active-background) '
28
+ backgroundColor : '#e0e0e0 '
29
29
}
30
30
}
31
31
} ) ;
@@ -67,7 +67,7 @@ export const nameInputClass = style({
67
67
fontSize : 'var(--jp-ui-font-size1)' ,
68
68
fontWeight : 300 ,
69
69
70
- border : 'var(--jp-border-width) solid var(--jp-border-color2) ' ,
70
+ border : 'var(--jp-border-width) solid #e0e0e0 ' ,
71
71
borderRadius : '3px' ,
72
72
73
73
$nest : {
@@ -109,7 +109,7 @@ export const filterInputClass = style({
109
109
fontSize : 'var(--jp-ui-font-size1)' ,
110
110
fontWeight : 300 ,
111
111
112
- border : 'var(--jp-border-width) solid var(--jp-border-color2) ' ,
112
+ border : 'var(--jp-border-width) solid #e0e0e0 ' ,
113
113
borderRadius : '3px' ,
114
114
115
115
$nest : {
@@ -132,7 +132,7 @@ export const filterClearClass = style({
132
132
133
133
padding : 0 ,
134
134
135
- backgroundColor : 'var(--jp-inverse-layout-color4) ' ,
135
+ backgroundColor : '#757575 ' ,
136
136
137
137
border : 'none' ,
138
138
borderRadius : '50%' ,
@@ -142,13 +142,13 @@ export const filterClearClass = style({
142
142
width : '0.5em!important' ,
143
143
height : '0.5em!important' ,
144
144
145
- fill : 'var(--jp-ui-inverse-font-color0) '
145
+ fill : 'white '
146
146
} ,
147
147
'&:hover' : {
148
- backgroundColor : 'var(--jp-inverse-layout-color3) '
148
+ backgroundColor : '#616161 '
149
149
} ,
150
150
'&:active' : {
151
- backgroundColor : 'var(--jp-inverse-layout-color2) '
151
+ backgroundColor : '#424242 '
152
152
}
153
153
}
154
154
} ) ;
@@ -160,7 +160,7 @@ export const listWrapperClass = style({
160
160
width : '100%' ,
161
161
height : '200px' ,
162
162
163
- border : 'var(--jp-border-width) solid var(--jp-border-color2) ' ,
163
+ border : 'var(--jp-border-width) solid #e0e0e0 ' ,
164
164
borderRadius : '3px' ,
165
165
166
166
overflow : 'hidden' ,
@@ -206,7 +206,7 @@ export const listItemIconClass = style({
206
206
/* top | right | bottom | left */
207
207
margin : 'auto 8px auto 0' ,
208
208
209
- backgroundImage : 'var(--jp-icon-git-branch)' ,
209
+ backgroundImage : 'var(--jp-icon-git-branch-light-theme )' ,
210
210
backgroundSize : '16px' ,
211
211
backgroundRepeat : 'no-repeat' ,
212
212
backgroundPosition : 'center'
@@ -238,7 +238,7 @@ export const buttonClass = style({
238
238
} ) ;
239
239
240
240
export const cancelButtonClass = style ( {
241
- backgroundColor : 'var(--jp-inverse-layout-color4) '
241
+ backgroundColor : '#757575 '
242
242
} ) ;
243
243
244
244
export const createButtonClass = style ( {
0 commit comments