File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 35
35
background-color : @nav-pf-vertical-active-bg-color ;
36
36
font-weight : 300 ;
37
37
}
38
+ & .active > a {
39
+ .fa ,
40
+ .pficon {
41
+ color : @nav-pf-vertical-active-icon-color !important ;
42
+ }
43
+ }
38
44
& :focus > a ,
39
45
& :hover > a {
40
- .pficon ,
41
- .fa {
46
+ .fa ,
47
+ .pficon {
42
48
color : @nav-pf-vertical-active-color ;
43
49
}
44
50
}
45
- & .active > a {
46
- .pficon ,
47
- .fa {
48
- color : @nav-pf-vertical-active-icon-color ;
49
- }
50
- }
51
- > a ,
52
- > a :focus {
51
+ > a {
53
52
font-size : @font-size-base ;
54
53
font-weight : 300 ;
55
54
text-decoration : none ;
56
55
@media (max-width : @screen-xs-max ) {
57
56
height : auto ;
58
57
padding : 10px 15px ;
59
58
}
60
- .fa , .pficon {
59
+ .fa ,
60
+ .pficon {
61
61
color : @nav-pf-vertical-icon-color ;
62
62
font-size : (@font-size-base + 2 );
63
63
@media (min-width : @screen-sm-min ) {
You can’t perform that action at this time.
0 commit comments