mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
css: reset: disbale highlight on focus
This commit is contained in:
parent
6813112e25
commit
94b67a5dc9
@ -132,3 +132,7 @@ blockquote {
|
|||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:focus {
|
||||||
|
outline:none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user