Skip to content

Commit 911d824

Browse files
committed
chore: Remove outline removal CSS.
This is now in Core.
1 parent e99d315 commit 911d824

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,12 @@
104104
) {
105105
stroke: #ffa200;
106106
stroke-width: 3px;
107-
outline-width: 0px;
108107
}
109108
.blocklyActiveFocus > .blocklyFlyoutBackground,
110109
.blocklyActiveFocus > .blocklyMainBackground {
111110
stroke: #ffa200;
112111
stroke-width: 3px;
113112
}
114-
.blocklyActiveFocus:is(.blocklyFlyout, .blocklyWorkspace) {
115-
outline-width: 0px;
116-
}
117113
.blocklyActiveFocus:is(
118114
.blocklyToolbox,
119115
.blocklyToolboxCategoryContainer

0 commit comments

Comments
 (0)