mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/remux: fix ghost click areas when processing
This commit is contained in:
parent
275c982c80
commit
ac9568a422
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
transition: transform 0.2s, opacity 0.2s;
|
transition: transform 0.2s, opacity 0.2s;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#remux-processing.processing {
|
#remux-processing.processing {
|
||||||
|
@ -135,6 +136,7 @@
|
||||||
#remux-open.processing {
|
#remux-open.processing {
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remux-description {
|
.remux-description {
|
||||||
|
|
Loading…
Reference in a new issue