Skip to content

Commit

Permalink
fix(select): remove cursor: pointer while disabled (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Jul 14, 2024
1 parent b75d6d4 commit ca210f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/scss/components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@ $select-placeholder-opacity: var(--#{$prefix}base-disabled-opacity) !default;
&__icon-left {
left: 0;
}

&[disabled] {
cursor: inherit;
}
}

0 comments on commit ca210f9

Please sign in to comment.