mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
a11y: label for select boxes #307
This commit is contained in:
parent
7623f79f5e
commit
430f928f35
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
<ul>
|
||||
<li id="select-language-container" class="footerLangSwitch{{if $showlangswitch}} showLangSwitch{{end}}">
|
||||
<div class="padding select-container">
|
||||
<label class="a11y-only" for="select-language">{{ T "Language" }}</label>
|
||||
<i class="fas fa-language fa-fw"></i>
|
||||
<span> </span>
|
||||
<div class="select-style">
|
||||
|
@ -81,6 +82,7 @@
|
|||
</li>
|
||||
<li id="select-variant-container" class="footerVariantSwitch{{if $showvariantswitch}} showVariantSwitch{{end}}">
|
||||
<div class="padding select-container">
|
||||
<label class="a11y-only" for="select-variant">{{ T "Theme" }}</label>
|
||||
<i class="fas fa-paint-brush fa-fw"></i>
|
||||
<span> </span>
|
||||
<div class="select-style">
|
||||
|
|
Loading…
Reference in a new issue