[libadwaita/wip/exalm/borderless: 2/7] Revert "Revert "stylesheet: Restore a backdrop state for header bar""
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 2/7] Revert "Revert "stylesheet: Restore a backdrop state for header bar""
- Date: Tue, 29 Jun 2021 13:52:28 +0000 (UTC)
commit 454e3ac9b9b9a4a83a5c74c456b0a7e40c6352f1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Jun 29 13:20:05 2021 +0500
Revert "Revert "stylesheet: Restore a backdrop state for header bar""
This reverts commit 284af49bcc883959609eb3729f7eb4a0d74ca73d.
src/stylesheet/widgets/_header-bar.scss | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index 7ad8caea..b19f9c2a 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -16,15 +16,17 @@ headerbar {
}
&:backdrop {
- background-color: $headerbar_bg_color;
+ filter: brightness(.92);
transition: $backdrop_transition;
+ transition-property: filter;
> windowhandle {
// opacity looks weird with GtkSwitch, but filter works fine
filter: opacity(0.5);
transition: $backdrop_transition;
+ transition-property: filter;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]