diff --git a/ts/editor/ColorButtons.svelte b/ts/editor/ColorButtons.svelte index 388c000ed..eac0cad46 100644 --- a/ts/editor/ColorButtons.svelte +++ b/ts/editor/ColorButtons.svelte @@ -11,6 +11,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import ColorPicker from "components/ColorPicker.svelte"; import WithShortcut from "components/WithShortcut.svelte"; import WithColorHelper from "./WithColorHelper.svelte"; + import OnlyEditable from "./OnlyEditable.svelte"; import { textColorIcon, highlightColorIcon, arrowIcon } from "./icons"; import { appendInParentheses } from "./helpers"; @@ -28,51 +29,61 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - - - {@html textColorIcon} - {@html colorHelperIcon} - - - + + + + + {@html textColorIcon} + {@html colorHelperIcon} + + + - - - - {@html arrowIcon} - - - - + + + + {@html arrowIcon} + + + + + - - - {@html highlightColorIcon} - {@html colorHelperIcon} - - + + + + {@html highlightColorIcon} + {@html colorHelperIcon} + + - - - {@html arrowIcon} - - - + + + {@html arrowIcon} + + + +