Skip to content

Commit

Permalink
Bugfix/select cursor pointer (#2293)
Browse files Browse the repository at this point in the history
* Add cursor: pointer to Select to make it more explicit that it can be clicked

* Add changeset
  • Loading branch information
it-vegard authored Sep 18, 2023
1 parent 2206823 commit 82e9827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-plants-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

Added cursor:pointer to Select component
1 change: 1 addition & 0 deletions @navikt/core/css/form/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.navds-select__input:hover {
border-color: var(--ac-select-hover-bg, var(--a-border-action));
cursor: pointer;
}

.navds-select__input:focus-visible {
Expand Down

0 comments on commit 82e9827

Please sign in to comment.