Skip to content

Commit 96b4419

Browse files
committed
MC-16241: Required asterisk symbol is displayed twice on form fields
- Remove additional required styling
1 parent 7bb9a1b commit 96b4419

File tree

1 file changed

+0
-16
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+0
-16
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_config.less

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,4 @@
4444
}
4545
}
4646
}
47-
._required {
48-
> .admin__field-label {
49-
> label:after {
50-
color: @color-tomato-brick;
51-
content: '*';
52-
display: inline-block;
53-
font-size: 1.6rem;
54-
font-weight: 500;
55-
line-height: 1;
56-
margin-left: 10px;
57-
margin-top: .2rem;
58-
position: absolute;
59-
z-index: 1;
60-
}
61-
}
62-
}
6347
}

0 commit comments

Comments
 (0)