WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e26013d

Browse files
authored
add class to disable focus styles (#2837)
1 parent dddb619 commit e26013d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sass/_basics.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ $includeHtml: false !default;
5151
line-height: rhythm(1);
5252
}
5353

54-
*:not(a) {
54+
*:not(a):not(.sg-no-focus-styles) {
5555
@include applyFocus();
5656
}
5757

58-
a {
58+
a:not(.sg-no-focus-styles) {
5959
@include applyFocusText();
6060
}
6161
}

0 commit comments

Comments
 (0)