mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
header: disable user-select for theme-toggle (#52)
* fix: clicking twice on theme switch selects other text on the nav-bar.
This commit is contained in:
parent
c0ba1ce20d
commit
ea9aa38573
@ -37,6 +37,7 @@
|
||||
.theme-toggle svg {
|
||||
height: 18px;
|
||||
margin: 0 10px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body.dark #moon{
|
||||
|
Loading…
Reference in New Issue
Block a user