ui: Make 'dangerous' buttons have white text even in dark theme (#11756)
This commit is contained in:
parent
4e7c982fc3
commit
a104b0e9da
|
@ -9,6 +9,11 @@
|
|||
%main-nav-horizontal {
|
||||
@extend %theme-dark;
|
||||
}
|
||||
%main-nav-horizontal .dangerous button:hover,
|
||||
%main-nav-horizontal .dangerous button:focus {
|
||||
color: rgb(var(--white)) !important;
|
||||
}
|
||||
|
||||
%main-nav-vertical .menu-panel a:hover,
|
||||
%main-nav-vertical .menu-panel a:focus {
|
||||
background-color: rgb(var(--tone-blue-500));
|
||||
|
|
Loading…
Reference in New Issue