diff --git a/style.css b/style.css index d596cac..7daecf3 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,10 @@ color: #fff; } +.select-search__option:disabled { + cursor: not-allowed; +} + /** * Group */ @@ -150,6 +154,10 @@ cursor: pointer; } +.select-search.is-disabled .select-search__input:hover { + cursor: not-allowed; +} + /** * Modifiers */