mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: remove opacity effect on disabled
This commit is contained in:
parent
5bd1dd3016
commit
4266557366
1 changed files with 2 additions and 4 deletions
|
|
@ -27,8 +27,7 @@
|
|||
|
||||
&:disabled,
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
opacity: 0.8;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
& span {
|
||||
|
|
@ -57,8 +56,7 @@
|
|||
|
||||
&:disabled,
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
opacity: 0.8;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&.restore {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue