From 8a75f702fca5d4a65dda1ae2444cff8eeebc5464 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 19 Feb 2020 14:22:35 -0600 Subject: [PATCH] Remove black border on budgie's panel buttons Remove weird black border on budgie's panel buttons when dynamic transparency enabled. --- gtk-3.0/apps/_budgie.scss | 2 +- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/apps/_budgie.scss b/gtk-3.0/apps/_budgie.scss index 32fd2c1..35f4837 100755 --- a/gtk-3.0/apps/_budgie.scss +++ b/gtk-3.0/apps/_budgie.scss @@ -386,7 +386,7 @@ button.raven-trigger { border-radius: 0; &.flat { background: transparent; - border: 1px solid $panel_bg; + border: none; &:hover, &:active, &:checked { background: transparent; color: $selected_bg_color; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index f6b2ff9..1517f74 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5001,7 +5001,7 @@ button.raven-trigger { border-radius: 0; } .budgie-panel button.flat { background: transparent; - border: 1px solid rgba(0, 0, 0, 0.95); } + border: none; } .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { background: transparent; color: #f7b922; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index aca14d8..d2099f6 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5026,7 +5026,7 @@ button.raven-trigger { border-radius: 0; } .budgie-panel button.flat { background: transparent; - border: 1px solid rgba(0, 0, 0, 0.95); } + border: none; } .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { background: transparent; color: #f7b922; }