Skip to content

Commit a8f8cfa

Browse files
authored
Accessibility: make screen readers not to read label's service parts in Form (T1320128) (#32317)
1 parent ded3727 commit a8f8cfa

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)