Skip to content

Commit afa0320

Browse files
authored
remove refactored code
not needed with correct html classes
1 parent e6167ad commit afa0320

File tree

1 file changed

+0
-28
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout

1 file changed

+0
-28
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_fields.less

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,31 +55,3 @@
5555
}
5656
}
5757
}
58-
59-
//
60-
// Desktop
61-
// _____________________________________________
62-
63-
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
64-
// ToDo UI: remove with global blank theme .field.required update
65-
.opc-wrapper {
66-
.fieldset {
67-
> .field {
68-
&.required,
69-
&._required {
70-
position: relative;
71-
72-
> label {
73-
padding-right: 25px;
74-
75-
&:after {
76-
margin-left: @indent__s;
77-
position: absolute;
78-
top: 9px;
79-
}
80-
}
81-
}
82-
}
83-
}
84-
}
85-
}

0 commit comments

Comments
 (0)