Skip to content

Commit bb77b84

Browse files
committed
MAGETWO-73342: Clicking on area around the label of a toggle element results in the element's state being changed
1 parent 7d1220b commit bb77b84

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

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

229229
.required > &, // ToDo UI: change classes 'required' to '_required'.
230230
._required > & {
231-
> span {
231+
> label {
232232
&:after {
233233
color: @validation__color;
234234
content: '*';

0 commit comments

Comments
 (0)