mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
Remove focus outline 0 from footer and search styles
This commit is contained in:
@@ -53,8 +53,3 @@
|
|||||||
.top-link:hover {
|
.top-link:hover {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-link:focus,
|
|
||||||
#theme-toggle:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -82,10 +82,6 @@
|
|||||||
margin-inline-start: var(--gap);
|
margin-inline-start: var(--gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toc summary:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-content {
|
.post-content {
|
||||||
color: var(--content);
|
color: var(--content);
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchResults .focus {
|
#searchResults .focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user