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
This commit is contained in:
Matt Hillsdon
2025-05-28 00:43:27 +01:00
committed by GitHub
parent d2c4016fcc
commit edf344c542

View File

@@ -505,6 +505,6 @@ input[type=number] {
.blocklyIconGroup,
.blocklyTextarea
) {
outline-width: 0px;
outline: none;
}
`;