File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 224224 --comment-indicator-selected-fg-color : SelectedItem;
225225 --button-comment-bg : ButtonFace;
226226 --button-comment-color : ButtonText;
227- --button-comment-active-bg : ButtonText ;
227+ --button-comment-active-bg : Highlight ;
228228 --button-comment-active-color : HighlightText;
229229 --button-comment-border : 1px solid ButtonText;
230230 --button-comment-hover-bg : Highlight;
283283 height : 32px ;
284284 padding : 8px ;
285285 border-radius : 4px ;
286- border : none ;
287- background : none ;
286+ border : var ( --button-comment-border ) ;
287+ background-color : var ( --button-comment-bg ) ;
288288 cursor : pointer;
289289
290290 & ::before {
295295 mask-repeat : no-repeat;
296296 mask-position : center;
297297 mask-image : var (--comment-close-button-icon );
298- background-color : var (--comment-fg -color );
298+ background-color : var (--button-comment -color );
299299 }
300300
301301 & : hover {
302- background-color : var (--comment-hover-bg-color );
302+ background-color : var (--button-comment-hover-bg );
303+
304+ & ::before {
305+ background-color : var (--button-comment-hover-color );
306+ }
303307 }
304308
305309 & : active {
306- background-color : var (--comment-active-bg-color );
310+ border : var (--button-comment-active-border );
311+ background-color : var (--button-comment-active-bg );
312+
313+ & ::before {
314+ background-color : var (--button-comment-active-color );
315+ }
307316 }
308317
309318 & : focus-visible {
You can’t perform that action at this time.
0 commit comments