change navbar dropdown cursor style

This commit is contained in:
doubaniux 2020-10-04 17:17:16 +02:00
parent c0c2c7317d
commit 91e44185bf
2 changed files with 2 additions and 0 deletions

View file

@ -599,6 +599,7 @@ select::placeholder {
padding: 4px 6px;
}
.navbar .navbar__search-box .navbar__search-dropdown {
cursor: pointer;
height: 26px;
width: 80px;
padding-left: 5px;

View file

@ -112,6 +112,7 @@
height: $widget-height
padding: 4px 6px
& .navbar__search-dropdown
cursor: pointer
height: $widget-height
width: 80px
padding-left: 5px