Fix icon color and chevron size

This commit is contained in:
Zoltan Hosszu
2026-04-08 15:09:29 +02:00
parent d08aa11bfb
commit d7040388fa
+11
View File
@@ -59,6 +59,10 @@
lexxy-toolbar {
border-color: var(--lexxy-border-color);
gap: 0;
svg {
fill: currentColor;
}
}
.lexxy-editor__toolbar-button {
@@ -76,6 +80,13 @@
}
}
.lexxy-editor__toolbar-dropdown--chevron {
summary:after {
block-size: 0.3rem;
inline-size: 0.3rem;
}
}
lexxy-link-dropdown {
--lexxy-toolbar-spacing: 1.5ch;