Skip to content

Commit 079d5d5

Browse files
committed
Fixed product advanced pricing design issue
1 parent 37ad124 commit 079d5d5

File tree

2 files changed

+2
-3
lines changed
  • app
    • code/Magento/Ui/view/base/web/templates/form
    • design/adminhtml/Magento/backend/web/css/source/forms

2 files changed

+2
-3
lines changed

app/code/Magento/Ui/view/base/web/templates/form/field.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
visible="visible"
99
css="$data.additionalClasses"
1010
attr="'data-index': index">
11-
<div class="admin__field-label">
12-
<label if="$data.label" visible="$data.labelVisible" attr="for: uid">
11+
<div class="admin__field-label" visible="$data.labelVisible">
12+
<label if="$data.label" attr="for: uid">
1313
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
1414
</label>
1515
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@
527527

528528
& > .admin__field-label {
529529
#mix-grid .column(@field-label-grid__column, @field-grid__columns);
530-
background: @color-white;
531530
cursor: pointer;
532531
left: 0;
533532
position: absolute;

0 commit comments

Comments
 (0)