Open Kugeleis opened 6 days ago
<ul> <li> <label data-tooltip="Toggle dark and light mode" for="theme-toggle" class="theme-toggle-label">{% include 'flaticons/bright.svg' %} <input name="terms" class="theme-toggle" id="theme-toggle" type="checkbox" role="switch" checked />{% include 'flaticons/moon.svg' %} </label> </li> </ul>
produces a dotted line below the element. data-tooltip="Tooltip" within the <input> element destroys formatting completely.
data-tooltip="Tooltip"
<input>
Only tooltip added
Describe the issue
Current Behavior
produces a dotted line below the element.
data-tooltip="Tooltip"
within the<input>
element destroys formatting completely.Expected Behavior
Only tooltip added