mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-09-04 11:08:39 +02:00
css: reset: disbale highlight on focus
This commit is contained in:
@ -131,4 +131,8 @@ blockquote {
|
|||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:focus {
|
||||||
|
outline:none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user