mirror of https://github.com/hashicorp/consul
ui: Make 'dangerous' buttons have white text even in dark theme (#11756)
parent
b71fff9f1c
commit
340a0e03f5
|
@ -9,6 +9,11 @@
|
||||||
%main-nav-horizontal {
|
%main-nav-horizontal {
|
||||||
@extend %theme-dark;
|
@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:hover,
|
||||||
%main-nav-vertical .menu-panel a:focus {
|
%main-nav-vertical .menu-panel a:focus {
|
||||||
background-color: rgb(var(--tone-blue-500));
|
background-color: rgb(var(--tone-blue-500));
|
||||||
|
|
Loading…
Reference in New Issue