Added the Button disabled css

This commit is contained in:
Mathias Wagner 2023-08-13 18:06:16 +02:00
parent 428c41bdd3
commit 74cd295670
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -17,4 +17,8 @@
cursor: pointer cursor: pointer
&:hover &:hover
filter: brightness(1.2) filter: brightness(1.2)
&:disabled
opacity: 0.5
cursor: not-allowed