Skip to content

Commit

Permalink
Ensure not allowed cursor is shown for disabled select inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 15, 2024
1 parent 5dc5592 commit 490041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Form/EnhancedSelectInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.isDisabled {
opacity: 0.7;
cursor: not-allowed;
cursor: not-allowed !important;
}

.dropdownArrowContainer {
Expand Down

0 comments on commit 490041d

Please sign in to comment.