File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,20 +387,20 @@ $fade-out-distance: 15px;
387387 background-color : white;
388388}
389389
390- /* body[theme="light"] .blocklyScrollbarVertical,
391- body[theme="light"] .blocklyScrollbarHorizontal {
390+ body [theme = "light" ] [ class *= " .blocklyScrollbarVertical" ] ,
391+ body [theme = "light" ] [ class *= " .blocklyScrollbarHorizontal" ] {
392392 fill : # cecdce ;
393- }*/
394- body [theme = "light" ] .blocklyScrollbarVertical : hover ,
395- body [theme = "light" ] .blocklyScrollbarHorizontal : hover {
393+ }
394+ body [theme = "light" ] [ class *= " .blocklyScrollbarVertical" ] : hover ,
395+ body [theme = "light" ] [ class *= " .blocklyScrollbarHorizontal" ] : hover {
396396 fill : # edebed ;
397397}
398-
399- /* body[theme="dark"] .blocklyScrollbarVertical,
400- body[theme="dark"] .blocklyScrollbarHorizontal {
398+ s
399+ body [theme = "dark" ] [ class *= " .blocklyScrollbarVertical" ] ,
400+ body [theme = "dark" ] [ class *= " .blocklyScrollbarHorizontal" ] {
401401 fill : # 666 ;
402- }*/
403- body [theme = "dark" ] .blocklyScrollbarVertical : hover ,
404- body [theme = "dark" ] .blocklyScrollbarHorizontal : hover {
402+ }
403+ body [theme = "dark" ] [ class *= " .blocklyScrollbarVertical" ] : hover ,
404+ body [theme = "dark" ] [ class *= " .blocklyScrollbarHorizontal" ] : hover {
405405 fill : # 888 ;
406406}
You can’t perform that action at this time.
0 commit comments