File tree Expand file tree Collapse file tree 2 files changed +41
-8
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 +41
-8
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
+
25
+
26
+ .block-subtitle {
27
+ display : inline-block ;
28
+ margin-bottom : @indent__s ;
29
+ }
30
+
31
+ .filter-current {
32
+
33
+ .item {
34
+ margin-bottom : @indent__s ;
35
+ }
36
+
37
+ .filter-label {
38
+ display : block ;
39
+ font-weight : bold ;
40
+
41
+ & :after {
42
+ content : ' :'
43
+ }
44
+ }
45
+
46
+ + .filter-actions {
47
+ margin-bottom : @indent__l ;
48
+ }
26
49
}
27
-
50
+
51
+
28
52
.filter-options-content {
29
53
.filter-count-label {
30
54
& :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 ,
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