Fix wrong cursor pointer of search query filter buttons on hover (#1394)
* Fix wrong cursor pointer on hover This commit changes the cursor to a pointer when the mouse hovers over one of the search query filter buttons. * Moved rule outside the hover block to be consistent with the coding style
This commit is contained in:
parent
ecdc33e04c
commit
3c3c40b9f5
1 changed files with 1 additions and 0 deletions
|
|
@ -1185,6 +1185,7 @@
|
|||
text-align:left;
|
||||
border-radius: 0px;
|
||||
color: $black;
|
||||
cursor: pointer;
|
||||
&:hover{
|
||||
background: lighten($bold-blue, 38%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue