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:
parent
055e9587e3
commit
5ae4d6c19e
1 changed files with 2 additions and 0 deletions
|
@ -577,6 +577,8 @@ a {
|
|||
}
|
||||
|
||||
&.disabled {
|
||||
background: transparent none;
|
||||
border: 0;
|
||||
color: #999;
|
||||
cursor: default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue