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 4e7c982fc3
commit a104b0e9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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