Skip to content

Commit 103cacc

Browse files
Merge pull request #750 from Nemo157/safari-why
Disable outline on focused rustdoc element to workaround safari performance issue
2 parents ece1b21 + 17b60fd commit 103cacc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ div.nav-container-rustdoc {
294294
z-index: 999;
295295
}
296296

297+
.rustdoc:focus {
298+
outline: unset;
299+
}
300+
297301
div.landing {
298302
text-align: center;
299303
padding-top: 30px;

0 commit comments

Comments
 (0)