Skip to content

Commit 839163e

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2429: Fixed code style
1 parent 1fc3b76 commit 839163e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
// Main elements -> Actions bar -> Store Switcher
88
// _____________________________________________
99

10-
// ToDo UI: Consist old styles, should be changed with new design
10+
// 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
13+
color: @text__color;
1414
float: left;
1515
font-size: round(@font-size__base - .1rem, 1);
1616
margin-top: .59rem;
@@ -47,8 +47,8 @@
4747
width: 7px;
4848
}
4949
&::-webkit-scrollbar-thumb {
50-
border-radius: 4px;
5150
background-color: rgba(0, 0, 0, .5);
51+
border-radius: 4px;
5252
}
5353

5454
li {

0 commit comments

Comments
 (0)