diff --git a/frontend/src/Components/Form/EnhancedSelectInputOption.css b/frontend/src/Components/Form/EnhancedSelectInputOption.css index 8dcfa25d5..d7f0e861b 100644 --- a/frontend/src/Components/Form/EnhancedSelectInputOption.css +++ b/frontend/src/Components/Form/EnhancedSelectInputOption.css @@ -9,6 +9,10 @@ &:hover { background-color: var(--inputHoverBackgroundColor); } + + &.isDisabled { + cursor: not-allowed; + } } .optionCheck {