Skip to content

Commit 8485195

Browse files
authored
Update _toolbar.less
1 parent 59a88f3 commit 8485195

File tree

1 file changed

+18
-15
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module

1 file changed

+18
-15
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
// */
55

66
//
7-
// Common
8-
// _____________________________________________
7+
// Variables
8+
// ---------------------------------------------
99

1010
@toolbar-mode-icon-font-size: 24px;
1111
@toolbar-element-background: @panel__background-color;
1212

13-
& when (@media-common = true) {
13+
//
14+
// Common
15+
// _____________________________________________
1416

17+
& when (@media-common = true) {
1518
.page-products {
1619
.columns {
1720
position: relative;
@@ -72,12 +75,12 @@
7275
.sorter-action {
7376
vertical-align: top;
7477
.lib-icon-font(
75-
@icon-arrow-up,
76-
@_icon-font-size: 28px,
77-
@_icon-font-line-height: 32px,
78-
@_icon-font-color: @header-icons-color,
79-
@_icon-font-color-hover: @header-icons-color-hover,
80-
@_icon-font-text-hide: true
78+
@icon-arrow-up,
79+
@_icon-font-size: 28px,
80+
@_icon-font-line-height: 32px,
81+
@_icon-font-color: @header-icons-color,
82+
@_icon-font-color-hover: @header-icons-color-hover,
83+
@_icon-font-text-hide: true
8184
);
8285
}
8386

@@ -99,7 +102,7 @@
99102
}
100103

101104
.limiter-label {
102-
font-weight: 400;
105+
font-weight: @font-weight__regular;
103106
}
104107

105108
.limiter {
@@ -176,11 +179,11 @@
176179
}
177180

178181
.lib-icon-font(
179-
@icon-grid,
180-
@_icon-font-size: @toolbar-mode-icon-font-size,
181-
@_icon-font-text-hide: true,
182-
@_icon-font-color: @text__color__muted,
183-
@_icon-font-color-hover: @text__color__muted
182+
@icon-grid,
183+
@_icon-font-size: @toolbar-mode-icon-font-size,
184+
@_icon-font-text-hide: true,
185+
@_icon-font-color: @text__color__muted,
186+
@_icon-font-color-hover: @text__color__muted
184187
);
185188
}
186189

0 commit comments

Comments
 (0)