Skip to content

Commit 7500815

Browse files
committed
Fix outline with swup on webkit browsers, closes #2121
1 parent 40e997e commit 7500815

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

assets/css/layout.css

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ body {
1313
color: var(--textBody);
1414
font-size: var(--text-md);
1515
line-height: 1.6875em;
16+
/* swup.js adds tabindex=-1 on Chrome,
17+
which then adds an outline when clicked */
18+
outline: none !important;
1619
}
1720

1821
*,

formatters/html/dist/html-elixir-M6JNNWMH.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-elixir-QT6V3VRK.css

-6
This file was deleted.

formatters/html/dist/html-erlang-5OIFJN4X.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-MJBCW2CL.css

-6
This file was deleted.

0 commit comments

Comments
 (0)