File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 99}
1010
1111.header ::after {
12- background-image : var (--ifm-menu-link-sublist-icon );
13- background-size : 2rem 2rem ;
14- background-position : center;
12+ background : var (--ifm-menu-link-sublist-icon ) 50% / 2rem 2rem ;
13+ filter : var (--ifm-menu-link-sublist-icon-filter );
1514 content : ' ' ;
1615 display : inline-block;
1716 height : 1.25rem ;
1817 width : 1.25rem ;
1918 transition : transform var (--ifm-transition-fast ) linear;
2019 transform : rotate (90deg );
2120 margin-top : -8px ;
22- background-color : var (--ifm-background-color );
2321}
2422
25-
2623.header .active ::after {
2724 transform : rotate (180deg );
2825}
Original file line number Diff line number Diff line change 88}
99
1010.row .property {
11+ margin-top : -12px ;
1112 height : 42px ;
1213}
1314
3738
3839.property code {
3940 position : relative;
40- top : -12 px ;
41+ top : -3 px ;
4142}
You can’t perform that action at this time.
0 commit comments