diff options
author | Timm Bäder <mail@baedert.org> | 2020-09-23 05:58:40 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-09-24 19:08:22 +0200 |
commit | 716b5afe6a40ef8c1f7d7e05c35e330bbe7e9d9e (patch) | |
tree | cfe155537a1d19d9ef205fb2c327e683a2e5d464 /gtk/theme | |
parent | fd728ea8bc243236b00128df513e71e67f54fded (diff) | |
download | gtk+-716b5afe6a40ef8c1f7d7e05c35e330bbe7e9d9e.tar.gz |
Adwaita: Fix calendar header button backdrop bg color
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 2ab2e5e5f2..56e0a8d277 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3255,6 +3255,9 @@ calendar { background: none; border-radius: 0; } + > button:backdrop { + background: none; + } } > grid { |