Skip to content

Commit 4f3d55e

Browse files
ENGCOM-3324: Fixed 18918 Asterisk sign display twice #18922
- Merge Pull Request #18922 from suryakant-krish/magento2:Fixed-18918 - Merged commits: 1. 9fbf41a 2. fd9a423 3. 7365f5f 4. c870f0d 5. 1197845 6. c230c7e
2 parents 65c9a58 + c230c7e commit 4f3d55e

File tree

2 files changed

+20
-16
lines changed
  • app/design/adminhtml/Magento/backend

2 files changed

+20
-16
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,16 @@
273273
> .submenu {
274274
transform: translateX(0);
275275
visibility: visible;
276-
z-index: @submenu__z-index;
276+
z-index: 698;
277+
overflow-x: scroll;
278+
min-height: 98.65%;
279+
left: 0;
280+
position: absolute;
281+
left: 100%;
282+
min-width: 100%;
283+
display: block;
284+
float: left;
285+
max-width: 1640px;
277286
}
278287
}
279288
}

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

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959
}
6060

6161
.abs-field-no-label {
62-
/**
63-
* @codingStandardsIgnoreStart
64-
*/
6562
#mix-grid .return_length(@field-label-grid__column, @field-grid__columns, '+');
66-
//@codingStandardsIgnoreEnd
6763
margin-left: @_length;
6864
}
6965

@@ -170,13 +166,6 @@
170166
.admin__control-text,
171167
.admin__control-textarea {
172168
width: 100%;
173-
&.disabled {
174-
background-color: #e9e9e9;
175-
border-color: #adadad;
176-
color: #303030;
177-
cursor: not-allowed;
178-
opacity: .5;
179-
}
180169
}
181170
}
182171

@@ -194,13 +183,10 @@
194183

195184
.admin__field-label {
196185
color: @field-label__color;
186+
cursor: pointer;
197187
margin: 0;
198188
text-align: right;
199189

200-
label {
201-
cursor: pointer;
202-
}
203-
204190
+ br {
205191
display: none;
206192
}
@@ -251,6 +237,7 @@
251237
margin-top: .2rem;
252238
position: absolute;
253239
z-index: 1;
240+
254241
}
255242
}
256243
}
@@ -296,6 +283,14 @@
296283
opacity: 1;
297284
}
298285
}
286+
287+
legend.admin__field-label{
288+
span {
289+
&:after {
290+
display: none;
291+
}
292+
}
293+
}
299294

300295
// ToDo UI: Scope Labels must be moved from right side of each control to the place under the label of the control.
301296
// This code must be removed after Scope Labels are moved completely.

0 commit comments

Comments
 (0)