mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
🚸 feat(language-switcher): add title element to icon
This commit is contained in:
parent
26c7b686a6
commit
06ccc25fe6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<li class="language-switcher">
|
||||
<details class="dropdown">
|
||||
<summary role="button" aria-haspopup="true" aria-label="{{ macros_translate::translate(key="language_selection", default="Language selection", language_strings=language_strings) }}">
|
||||
<summary role="button" aria-haspopup="true" title="{{ macros_translate::translate(key="language_selection", default="Language selection", language_strings=language_strings) }}" aria-label="{{ macros_translate::translate(key="language_selection", default="Language selection", language_strings=language_strings) }}">
|
||||
<div class="language-switcher-icon"></div>
|
||||
</summary>
|
||||
<div class="dropdown-content" role="menu">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue