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:
Some-Dood 2018-12-24 22:04:08 +08:00 committed by Ben Halpern
parent ecdc33e04c
commit 3c3c40b9f5

View file

@ -1185,6 +1185,7 @@
text-align:left;
border-radius: 0px;
color: $black;
cursor: pointer;
&:hover{
background: lighten($bold-blue, 38%);
}