[libadwaita/wip/exalm/headerbars: 11/12] stylesheet: Tone down the devel style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/headerbars: 11/12] stylesheet: Tone down the devel style
- Date: Mon, 21 Jun 2021 09:48:23 +0000 (UTC)
commit 7f67574e662fbce79549cbdf3d30eba4659a7afe
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Jun 16 17:04:22 2021 +0500
stylesheet: Tone down the devel style
Remove the gradient which is problematic for recoloring, slightly lower
the gear opacity so it doesn't clash with buttons.
src/stylesheet/widgets/_header-bar.scss | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index f7f16f67..b19f9c2a 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -133,14 +133,6 @@ windowtitle {
window.devel {
headerbar > windowhandle {
- $gradient: cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px
no-repeat,
- linear-gradient(to right, transparent 65%, gtkalpha($accent_color, 0.2));
-
- @if $variant == 'dark' {
- $gradient: cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px
no-repeat,
- linear-gradient(to right, transparent 65%, gtkalpha($accent_color, 0.1));
- }
-
- background: $gradient;
+ background: cross-fade(8% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px
no-repeat;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]