adwaita: Reset popover background in backdrop

Otherwise it inherits the generic background color from .background

Fixes #2766
This commit is contained in:
Timm Bäder 2020-08-01 10:31:53 +02:00
parent 76f2396764
commit b37b85333d

View File

@ -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;