mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
ui: Make 'dangerous' buttons have white text even in dark theme (#11756)
This commit is contained in:
parent
b71fff9f1c
commit
340a0e03f5
@ -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…
x
Reference in New Issue
Block a user