Fix icon color and chevron size
This commit is contained in:
@@ -59,6 +59,10 @@
|
|||||||
lexxy-toolbar {
|
lexxy-toolbar {
|
||||||
border-color: var(--lexxy-border-color);
|
border-color: var(--lexxy-border-color);
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lexxy-editor__toolbar-button {
|
.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-link-dropdown {
|
||||||
--lexxy-toolbar-spacing: 1.5ch;
|
--lexxy-toolbar-spacing: 1.5ch;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user