Added the Button disabled css
This commit is contained in:
parent
428c41bdd3
commit
74cd295670
@ -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
|
Reference in New Issue
Block a user