mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Themes: Fix button shadow on dark theme hover
Resolves #10477. The dark theme box-shadow for buttons does not blend well when hovering over it, compared to the light & gray themes. This patch adds an additional CSS rule to make the box-shadow no longer clash in dark theme.
This commit is contained in:
parent
d9a2b7c272
commit
820e96c67b
1 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,6 @@ paned.vertical > separator {
|
|||
button:not(.flat) {
|
||||
box-shadow: 0 1px @extreme-selected-color inset;
|
||||
}
|
||||
button:not(.flat):hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue