Skip to content

Commit 39b2d84

Browse files
ENGCOM-3893: [Backport] [Forwardport]Fix issue 19902 - Store View label and Dropdown misaligned #20375
- Merge Pull Request #20375 from speedy008/magento2:2.2-develop-PR-port-19904 - Merged commits: 1. a8b4f38 2. 58d49a9
2 parents c58c6a5 + 58d49a9 commit 39b2d84

File tree

1 file changed

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

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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: .59rem;
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 {

0 commit comments

Comments
 (0)