Fix OSD gradients not letting pointer events through
This commit is contained in:
parent
6740ee54f2
commit
c05ddf672c
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skinHeader-withBackground.osdHeader {
|
.skinHeader-withBackground.osdHeader {
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
height: 7.5em;
|
height: 7.5em;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.osdHeader-hidden {
|
.osdHeader-hidden {
|
||||||
|
@ -39,6 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.osdHeader .headerTop {
|
.osdHeader .headerTop {
|
||||||
|
pointer-events: all;
|
||||||
max-height: 3.5em;
|
max-height: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,6 +107,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.osdControls {
|
.osdControls {
|
||||||
|
pointer-events: all;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 0.8em;
|
padding: 0 0.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue