We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d35b7 commit ac85fdbCopy full SHA for ac85fdb
scss/_reboot.scss
@@ -411,6 +411,15 @@ button {
411
border-radius: 0;
412
}
413
414
+// Explicitly remove focus outline in Chromium when it shouldn't be
415
+// visible (e.g. as result of mouse click or touch tap). It already
416
+// should be doing this automatically, but seems to currently be
417
+// confused and applies its very visible two-tone outline anyway.
418
+
419
+button:focus:not(:focus-visible) {
420
+ outline: 0;
421
+}
422
423
// 1. Remove the margin in Firefox and Safari
424
425
input,
0 commit comments