Bug 31861: (follow-up) Fix disabled clear search button

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>
This commit is contained in:
Owen Leonard 2022-10-24 12:11:11 +00:00 committed by Tomas Cohen Arazi
parent 055e9587e3
commit 5ae4d6c19e
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -577,6 +577,8 @@ a {
}
&.disabled {
background: transparent none;
border: 0;
color: #999;
cursor: default;