diff --git a/ts/editor-toolbar/ColorPicker.svelte b/ts/editor-toolbar/ColorPicker.svelte index 699900a6e..42ac0931e 100644 --- a/ts/editor-toolbar/ColorPicker.svelte +++ b/ts/editor-toolbar/ColorPicker.svelte @@ -15,6 +15,10 @@ &:hover { background-color: #eee; } + + &:active { + box-shadow: inset 0 0 10px 3px rgb(0 0 0 / 30%); + } } span {