Skip to content

Commit 64dca72

Browse files
authored
Update _form-elements.scss
1 parent efd264c commit 64dca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_patterns/01-elements/_form-elements.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
// Validation
9393
// We need to differentiate here because of any non-textual input elements like select, radio and checkbox, that we couldn't handle by :placeholder-shown
94-
// TODO: maybe we could totally restructure this, work with a :not(select) instead, differentiate in between user-invalid and provide a fallback (https://github.com/db-ui/mono/pull/893), etc.
94+
// TODO: maybe we could totally restructure this, work with a :not(select) instead, differentiate in between user-invalid and provide a fallback (https://github.com/db-ux-design-system/core-web/pull/893), etc.
9595
%form-element-validation {
9696
&:not([aria-invalid]) {
9797
&:user-valid {

0 commit comments

Comments
 (0)