Skip to content

Commit f1733d4

Browse files
author
Laegel
committed
chore(styles): Fixed broken config styles
1 parent 1e3f60c commit f1733d4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/theme/Collapse/styles.module.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,17 @@
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
}

src/theme/Properties/styles.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99

1010
.row .property {
11+
margin-top: -12px;
1112
height: 42px;
1213
}
1314

@@ -37,5 +38,5 @@
3738

3839
.property code {
3940
position: relative;
40-
top: -12px;
41+
top: -3px;
4142
}

0 commit comments

Comments
 (0)