change navbar dropdown cursor style
This commit is contained in:
parent
c0c2c7317d
commit
91e44185bf
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
height: $widget-height
|
||||
padding: 4px 6px
|
||||
& .navbar__search-dropdown
|
||||
cursor: pointer
|
||||
height: $widget-height
|
||||
width: 80px
|
||||
padding-left: 5px
|
||||
|
|
Loading…
Add table
Reference in a new issue