adwaita: Reset popover background in backdrop
Otherwise it inherits the generic background color from .background Fixes #2766
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user