@@Robert B.
Hab ich gleich mal im Stylesheet ergänzt:
:root
{
--warning-color: orange;
--warning-outline: 0.5rem solid var(--warning-color);
}
input[type="button"],
input[type="reset"],
input[type="submit"]
{
WARNING: 'bad usage of input element; use button instead';
outline: var(--warning-outline);
}
LLAP 🖖
--
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory