Skip to content

Commit 071144b

Browse files
committed
merge one more rule
1 parent 8f693b9 commit 071144b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web_src/css/features/expander.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ text-expander .suggestions li,
3838
padding: 3px 6px;
3939
}
4040

41-
text-expander .suggestions li + li {
41+
text-expander .suggestions li + li,
42+
.tribute-container li + li {
4243
border-top: 1px solid var(--color-secondary);
4344
}
4445

@@ -90,10 +91,6 @@ text-expander .suggestions img,
9091
list-style: none;
9192
}
9293

93-
.tribute-container li + li {
94-
border-top: 1px solid var(--color-secondary);
95-
}
96-
9794
.tribute-container li span,
9895
.tribute-container .menu-highlighted {
9996
font-weight: var(--font-weight-semibold);

0 commit comments

Comments
 (0)