From 8ca131c2c08f69c93061e70779d46a53aa5dcc9e Mon Sep 17 00:00:00 2001 From: EliverLara Date: Wed, 25 Sep 2019 12:17:29 -0500 Subject: [PATCH] Fix linked-button highlighting issue --- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- gtk-3.0/widgets/_lists.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index a0c5d57..59d2d8a 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -2843,7 +2843,7 @@ row { background-color: rgba(246, 126, 125, 0.5); } row.activatable:selected:backdrop { background-color: rgba(246, 126, 125, 0.6); } - row.activatable button:not(.image-button) { + row.activatable button.flat { background-color: transparent; } /********* diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index a0c5d57..59d2d8a 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -2843,7 +2843,7 @@ row { background-color: rgba(246, 126, 125, 0.5); } row.activatable:selected:backdrop { background-color: rgba(246, 126, 125, 0.6); } - row.activatable button:not(.image-button) { + row.activatable button.flat { background-color: transparent; } /********* diff --git a/gtk-3.0/widgets/_lists.scss b/gtk-3.0/widgets/_lists.scss index 6824269..ad06b45 100644 --- a/gtk-3.0/widgets/_lists.scss +++ b/gtk-3.0/widgets/_lists.scss @@ -42,7 +42,7 @@ row { &:backdrop { background-color: $backdrop_selected_bg_color; } } - button:not(.image-button){ + button.flat{ background-color: transparent; } }