Prelim: Inline toolbar styles GTK3

This commit is contained in:
Rory Fewell
2023-03-21 02:18:26 +00:00
parent fed546603d
commit b5f9e33fb4

View File

@@ -68,7 +68,7 @@ toolbar
@extend %darkbar;
border-radius: 0 0 5px 5px;
// border-radius: 0 0 5px 5px;
border-width: 0 1px 1px;
padding: 3px;
}
@@ -94,16 +94,9 @@ searchbar > revealer > box
%darkbar
{
$_bg: mix($bg_color, $borders_color, 70%);
$l_mixed_bg: mix($bg_color, $borders_color, 70%);
background-color: $_bg;
background: linear-gradient(180deg, $bg_color 0%, $l_mixed_bg 100%);
border-color: $borders_color;
border-style: solid;
&:backdrop
{
border-color: $backdrop_borders_color;
background-color: $backdrop_dark_fill;
box-shadow: none;
}
}