We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f693b9 commit 071144bCopy full SHA for 071144b
web_src/css/features/expander.css
@@ -38,7 +38,8 @@ text-expander .suggestions li,
38
padding: 3px 6px;
39
}
40
41
-text-expander .suggestions li + li {
+text-expander .suggestions li + li,
42
+.tribute-container li + li {
43
border-top: 1px solid var(--color-secondary);
44
45
@@ -90,10 +91,6 @@ text-expander .suggestions img,
90
91
list-style: none;
92
93
-.tribute-container li + li {
94
- border-top: 1px solid var(--color-secondary);
95
-}
96
-
97
.tribute-container li span,
98
.tribute-container .menu-highlighted {
99
font-weight: var(--font-weight-semibold);
0 commit comments