File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 139139 --undo-button-bg-color-hover : rgb (21 20 26 / 0.14 );
140140 --undo-button-bg-color-active : rgb (21 20 26 / 0.21 );
141141
142+ --undo-button-border : 1px solid # 0060df ;
143+
142144 --undo-button-fg-color : var (--message-bar-fg-color );
143145 --undo-button-fg-color-hover : var (--undo-button-fg-color );
144146 --undo-button-fg-color-active : var (--undo-button-fg-color );
153155 --undo-button-bg-color : rgb (255 255 255 / 0.08 );
154156 --undo-button-bg-color-hover : rgb (255 255 255 / 0.14 );
155157 --undo-button-bg-color-active : rgb (255 255 255 / 0.21 );
158+
159+ --undo-button-border : 1px solid # 0df ;
156160 }
157161
158162 @media screen and (forced-colors : active) {
169173 --undo-button-fg-color : ButtonFace;
170174 --undo-button-fg-color-hover : SelectedItemText;
171175 --undo-button-fg-color-active : SelectedItemText;
176+
177+ --undo-button-border : none;
172178 }
173179
174180 position : fixed;
194200 font-weight : 590 ;
195201 line-height : 19.5px ;
196202 color : var (--undo-button-fg-color );
197- border : none ;
203+ border : var ( --undo-button-border ) ;
198204 padding : 4px 16px ;
199205 margin-inline-start : 8px ;
200206 height : 32px ;
You can’t perform that action at this time.
0 commit comments