Skip to content

Commit f5b617a

Browse files
authored
ENGCOM-3893: [Backport] [Forwardport]Fix issue 19902 - Store View label and Dropdown misaligned #20375
2 parents 49c9ced + 801d370 commit f5b617a

File tree

1 file changed

+7
-7
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar

1 file changed

+7
-7
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar/_store-switcher.less

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
// ToDo UI: Consist old styles, should be changed with new design
1111

1212
.store-switcher {
13-
color: @text__color; // ToDo UI: Delete with admin scope
14-
float: left;
15-
font-size: round(@font-size__base - .1rem, 1);
16-
margin-top: .7rem;
17-
1813
.admin__action-dropdown {
1914
background-color: @page-main-actions__background-color;
2015
margin-left: .5em;
@@ -47,8 +42,8 @@
4742
width: 7px;
4843
}
4944
&::-webkit-scrollbar-thumb {
50-
border-radius: 4px;
5145
background-color: rgba(0, 0, 0, .5);
46+
border-radius: 4px;
5247
}
5348

5449
li {
@@ -116,6 +111,12 @@
116111
}
117112
}
118113
}
114+
115+
color: @text__color; // ToDo UI: Delete with admin scope
116+
float: left;
117+
font-size: round(@font-size__base - .1rem, 1);
118+
margin-top: .59rem;
119+
119120
}
120121

121122
.store-switcher-label {
@@ -239,7 +240,6 @@
239240

240241
.store-switcher-label {
241242
display: inline-block;
242-
margin-top: @indent__s;
243243
}
244244
}
245245

0 commit comments

Comments
 (0)