Fix background color in headerbars text entries

This commit is contained in:
EliverLara
2019-02-26 14:46:32 -06:00
parent 74f68b125d
commit 1c5775013f
4 changed files with 95 additions and 93 deletions

View File

@@ -5,7 +5,7 @@
headerbar {
padding: 0px 13px;
min-height: 34px;
background: if($variant == 'light', $headerbar_color , mix($base_color, darken($headerbar_color, 8%), 30%));
background: $headerbar_color;
color: $headerbar_fg_color;
border-radius: 0;
&:backdrop {
@@ -29,7 +29,7 @@ headerbar {
@extend .dim-label;
}
entry { min-height: 24px;}
entry { min-height: 24px; background: lighten($headerbar_color, 3%);}
button {
@include button(normal-header);