File tree Expand file tree Collapse file tree 2 files changed +39
-9
lines changed
app/design/frontend/Magento
blank/Magento_LayeredNavigation/web/css/source
luma/Magento_LayeredNavigation/web/css/source Expand file tree Collapse file tree 2 files changed +39
-9
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .filter-subtitle {
25
- display : none ;
24
+ .block-subtitle {
25
+ display : inline-block ;
26
+ margin-bottom : @indent__s ;
26
27
}
27
-
28
+
29
+ .filter-current {
30
+
31
+ .item {
32
+ margin-bottom : @indent__s ;
33
+ }
34
+
35
+ .filter-label {
36
+ display : block ;
37
+ font-weight : @font-weight__bold ;
38
+
39
+ & :after {
40
+ content : ' :' ;
41
+ }
42
+ }
43
+
44
+ + .filter-actions {
45
+ margin-bottom : @indent__l ;
46
+ }
47
+ }
48
+
28
49
.filter-options-content {
29
50
.filter-count-label {
30
51
& :extend(.abs-visually-hidden all );
Original file line number Diff line number Diff line change 95
95
96
96
&-label {
97
97
font-weight : @font-weight__bold ;
98
+
98
99
& :after {
99
100
content : ' : ' ;
100
101
}
123
124
text-transform : uppercase ;
124
125
word-break : break-all ;
125
126
z-index : 1 ;
127
+
126
128
.lib-icon-font (
127
129
@_icon-font-content : @icon-down ,
128
130
@_icon-font-size : 13px ,
133
135
& :after {
134
136
position : absolute ;
135
137
right : 13px ;
136
- top : 9 px ;
138
+ top : 12 px ;
137
139
}
138
140
139
141
& :hover {
304
306
position : relative ;
305
307
text-transform : uppercase ;
306
308
z-index : 1 ;
309
+
307
310
.lib-icon-font (
308
311
@_icon-font-content : @icon-down ,
309
312
@_icon-font-size : 13px ,
408
411
}
409
412
410
413
&-subtitle {
411
- position : static ;
412
414
display : block ;
415
+ position : static ;
413
416
}
414
417
}
415
418
448
451
border : 0 ;
449
452
display : inline-block ;
450
453
margin-right : @indent__m ;
454
+ position : relative ;
451
455
452
456
& .active {
453
- position : relative ;
454
457
z-index : 2 ;
455
458
459
+ .filter-options-content {
460
+ visibility : visible ;
461
+ }
462
+
456
463
& :hover {
457
464
z-index : 3 ;
458
465
}
463
470
bottom : -1px ;
464
471
content : ' ' ;
465
472
display : block ;
466
- left : 50% ;
467
- margin-left : - @indent__base ;
473
+ left : @indent__xs ;
468
474
position : absolute ;
469
475
z-index : 3 ;
470
476
}
471
477
472
478
& :after {
473
479
.lib-css (border-bottom-color , @color-white );
474
- margin-top :2px ;
480
+ margin-top : 2px ;
475
481
z-index : 4 ;
476
482
}
477
483
}
496
502
padding : @indent__xs 0 ;
497
503
position : absolute ;
498
504
top : 100% ;
505
+ visibility : hidden ;
499
506
width : 180px ;
500
507
z-index : 2 ;
501
508
537
544
538
545
.item {
539
546
margin-right : @indent__m ;
547
+ white-space : nowrap ;
540
548
}
541
549
542
550
.action.remove {
546
554
547
555
&-actions {
548
556
display : inline ;
557
+ white-space : nowrap ;
549
558
550
559
& ~ .filter-options {
551
560
margin-top : @indent__m ;
You can’t perform that action at this time.
0 commit comments