Skip to content

Commit edf344c

Browse files
fix: Tweak outline CSS for Safari/Firefox (#9100)
Without this Safari (desktop) gets an outline still which tears as you drag. In the keyboard nav demo an outline was visible before this change in both Firefox and Safari. Fixes #9099
1 parent d2c4016 commit edf344c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,6 @@ input[type=number] {
505505
.blocklyIconGroup,
506506
.blocklyTextarea
507507
) {
508-
outline-width: 0px;
508+
outline: none;
509509
}
510510
`;

0 commit comments

Comments
 (0)