forked from deepStateMirrors/tabi
♿️chore(theme-switcher): show tooltip when hovering over icon
This commit is contained in:
parent
09410e32bc
commit
36a9bac765
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
{# Theme switcher #}
|
{# Theme switcher #}
|
||||||
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
||||||
<li class="theme-switcher-wrapper js">
|
<li class="theme-switcher-wrapper js">
|
||||||
<div class="theme-switcher"></div>
|
<div class="theme-switcher" title="Toggle dark/light theme"></div>
|
||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue