Bug 31861: (follow-up) Fix disabled clear search button
authorOwen Leonard <oleonard@myacpl.org>
Mon, 24 Oct 2022 12:11:11 +0000 (12:11 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 14:13:51 +0000 (11:13 -0300)
The disabled clear search button should not have a border and background
set.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss

index c630cd1..b286d87 100644 (file)
@@ -577,6 +577,8 @@ a {
         }
 
         &.disabled {
+            background: transparent none;
+            border: 0;
             color: #999;
             cursor: default;