mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
adwaita: Reset popover background in backdrop
Otherwise it inherits the generic background color from .background Fixes #2766
This commit is contained in:
parent
76f2396764
commit
b37b85333d
@ -1738,6 +1738,10 @@ popover.background {
|
||||
box-shadow: 0 1px 2px transparentize(black, 0.7);
|
||||
}
|
||||
|
||||
&:backdrop {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
> contents {
|
||||
padding: 8px;
|
||||
border-radius: $popover_radius;
|
||||
|
Loading…
Reference in New Issue
Block a user