mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Adwaita: use $backdrop_fg_color where it should
.background:backdrop was not using that one so some labels didn't look right in backdrop.
This commit is contained in:
parent
c044220f62
commit
9dab00310d
@ -60,15 +60,14 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
.background {
|
||||
color: $fg_color;
|
||||
background-color: $bg_color;
|
||||
}
|
||||
|
||||
.background:backdrop {
|
||||
&:backdrop {
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
|
||||
color: lighten($fg_color,10%);
|
||||
color: $backdrop_fg_color;
|
||||
background-color: $backdrop_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -32,11 +32,10 @@
|
||||
.background {
|
||||
color: #eeeeec;
|
||||
background-color: #393f3f; }
|
||||
|
||||
.background:backdrop {
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
color: white;
|
||||
color: #939695;
|
||||
background-color: #393f3f; }
|
||||
|
||||
/*
|
||||
|
@ -32,11 +32,10 @@
|
||||
.background {
|
||||
color: #2e3436;
|
||||
background-color: #ededed; }
|
||||
|
||||
.background:backdrop {
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
color: #454f52;
|
||||
color: #8d9091;
|
||||
background-color: #ededed; }
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user