Skip to content

Commit cb0061b

Browse files
authored
player-thumb: Never disable controls in editor (ScratchAddons#8210)
* player-thumb: Hopefully fix disabled controls for good * Remove second class removal It's pretty useless if the project can't be started in the first place.
1 parent 2bdf13f commit cb0061b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/player-thumb/userstyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
z-index: 4999;
1111
}
1212

13-
.sa-controls-disabled > img {
13+
body:not(.sa-body-editor) .sa-controls-disabled > img {
1414
pointer-events: none;
1515
opacity: 0.5;
1616
}

0 commit comments

Comments
 (0)