File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1222,6 +1222,10 @@ overflow-menu .ui.label {
1222
1222
color : var (--color-label-text );
1223
1223
}
1224
1224
1225
+ .ui .menu .active .item > .label {
1226
+ background : var (--color-label-bg-alt , var (--color-label-bg ));
1227
+ }
1228
+
1225
1229
.lines-blame-btn {
1226
1230
padding : 0 0 0 5px ;
1227
1231
display : flex;
Original file line number Diff line number Diff line change 225
225
--color-nav-bg : var (--steel-900 );
226
226
--color-nav-hover-bg : var (--steel-600 );
227
227
--color-label-text : # fff ;
228
- --color-label-bg : # cacaca5b ;
229
- --color-label-hover-bg : # cacacaa0 ;
230
- --color-label-active-bg : # cacacaff ;
228
+ --color-label-bg : var (--steel-600 );
229
+ --color-label-hover-bg : var (--steel-550 );
230
+ --color-label-active-bg : var (--steel-500 );
231
+ --color-label-bg-alt : var (--steel-550 );
231
232
--color-accent : var (--color-primary-light-1 );
232
233
--color-small-accent : var (--color-primary-light-5 );
233
234
--color-highlight-fg : var (--color-primary-light-4 );
Original file line number Diff line number Diff line change 245
245
--color-label-bg : # cacaca5b ;
246
246
--color-label-hover-bg : # cacacaa0 ;
247
247
--color-label-active-bg : # cacacaff ;
248
+ --color-label-bg-alt : # cacacaff ;
248
249
--color-accent : var (--color-primary-light-1 );
249
250
--color-small-accent : var (--color-primary-light-5 );
250
251
--color-highlight-fg : var (--color-primary-light-4 );
You can’t perform that action at this time.
0 commit comments