Skip to content

Commit

Permalink
style: set the cursor as pointer for buttons and filters
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 12, 2023
1 parent dc8567d commit 5c69ae2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/search/scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
display: flex;
}

Expand Down Expand Up @@ -41,6 +42,7 @@
}

.search-dropdown {
cursor: pointer;
display: flex;
flex-direction: column;
position: relative;
Expand Down
4 changes: 4 additions & 0 deletions assets/search/scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
--search-result-highlight-color: inherit;
--search-border-color: #dee2e6;
}

button {
cursor: pointer;
}

0 comments on commit 5c69ae2

Please sign in to comment.