mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
reset(css): disable focus only on toc and go-to-top button
revert "css: reset: disbale highlight on focus"
This reverts commit 94b67a5dc9
.
This commit is contained in:
parent
b239f42f6b
commit
b8c29c2e06
@ -47,4 +47,8 @@
|
||||
|
||||
.top-link:hover {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
.top-link:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
@ -257,6 +257,10 @@
|
||||
margin-inline-start: var(--gap);
|
||||
}
|
||||
|
||||
.toc summary:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.post-footer {
|
||||
margin-top: 56px;
|
||||
}
|
||||
|
@ -131,7 +131,3 @@ img {
|
||||
height: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline:none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user