From d251cdc981d0488364459fc2614ef6289e492b1d Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 15 Apr 2024 15:02:12 +0530 Subject: [PATCH] add btn disabled style --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.css b/src/style.css index cad4e5e..1c4b60e 100644 --- a/src/style.css +++ b/src/style.css @@ -443,6 +443,11 @@ a > svg { rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; } +.btn:disabled { + opacity: 0.5; + pointer-events: none; + cursor: not-allowed; +} *:focus { outline-width: 3px; outline-color: var(--color-button);