From 0720a3df2bd5c56be0c4f8e4fbdbfddb82029fa8 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 31 May 2020 16:24:39 +1000 Subject: [PATCH] Added more visual to checkbox disabled --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index e679604..fb96b26 100644 --- a/src/index.css +++ b/src/index.css @@ -9,3 +9,7 @@ html { .simplebar-scrollbar:before { background: #fff; } + +input[type="checkbox"]:disabled ~ svg { + opacity: 0.1; +}