From 12bf26a6f626c488b9bcec0a61b2d359224828b1 Mon Sep 17 00:00:00 2001 From: Govind Brahmanyapura Date: Sat, 7 May 2022 11:41:08 -0500 Subject: [PATCH] fix css indent --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 */