Make theme switch tab focusable
This commit is contained in:
parent
a43ea460c3
commit
1e32d6cf09
1 changed files with 6 additions and 1 deletions
|
@ -90,7 +90,12 @@
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
|
||||||
&.themeToggle input {
|
&.themeToggle input {
|
||||||
display: none;
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: block;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the toggle element
|
// the toggle element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue