mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix popovers buttons issue on backdrop state
This commit is contained in:
@@ -48,8 +48,10 @@ button {
|
||||
&:active { transition: $button_transition; }
|
||||
}
|
||||
&.image-button:hover {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
&, &:backdrop {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user