Skip to content
Snippets Groups Projects
Commit ba8c9eb6 authored by rhenck's avatar rhenck
Browse files

Fix PlayerElement selection in Editor

Make player control bar inherit pointer-event styling. This way the 
Editor can set it to none, while acting normal in the Player.

#524
parent 194913b7
No related branches found
No related tags found
No related merge requests found
Pipeline #49307 passed
...@@ -90,3 +90,7 @@ ...@@ -90,3 +90,7 @@
.hint-border{ .hint-border{
border: 2px #f44336 solid; border: 2px #f44336 solid;
} }
:host ::ng-deep mat-slider input {
pointer-events: inherit !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment