Skip to content

Commit dc0477c

Browse files
committed
gtk3: Make $_popover_bg a global variable
To allow using the color variable in libhandy popover styling.
1 parent db13fe3 commit dc0477c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/gtk-3.0/3.24/sass/_common.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,9 +1805,10 @@ menu,
18051805
//
18061806
// Popovers
18071807
//
1808+
$_popover_bg: if($variant!='dark', $base_color, $bg_color);
1809+
18081810
popover,
18091811
popover.background {
1810-
$_popover_bg: if($variant!='dark', $base_color, $bg_color);
18111812
padding: 2px;
18121813
border-radius: 3px;
18131814
background-clip: border-box;

0 commit comments

Comments
 (0)