Skip to content

Commit 36174ff

Browse files
authored
Accessibility: make screen readers not to read label's service parts in Form (T1320128) (#32321)
1 parent df5e26f commit 36174ff

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-scss/scss/widgets/base

1 file changed

+1
-1
lines changed

packages/devextreme-scss/scss/widgets/base/_form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
.dx-field-item-optional {
156156
.dx-label > span {
157157
&::after {
158-
content: attr(data-mark);
158+
content: attr(data-mark) / '';
159159
}
160160
}
161161
}

0 commit comments

Comments
 (0)