mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
refactor(Button): set lower opacity when disabled
This commit is contained in:
parent
0a7ef22eb6
commit
1612343d73
1 changed files with 1 additions and 0 deletions
|
|
@ -14,5 +14,6 @@
|
|||
|
||||
&:global(.disabled) {
|
||||
pointer-events: none;
|
||||
opacity: 0.25;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue