mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 16:31:33 +00:00
block pointer events of disabled cards #1456
This commit is contained in:
parent
1ead6a3be7
commit
68d766e670
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
|
|
||||||
.card--disabled {
|
.card--disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card__media {
|
.card__media {
|
||||||
|
|
Loading…
Add table
Reference in a new issue