ui: Make 'dangerous' buttons have white text even in dark theme (#11756)

This commit is contained in:
John Cowen 2021-12-09 09:37:28 +00:00 committed by GitHub
parent b71fff9f1c
commit 340a0e03f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));