diff --git a/ts/editor-toolbar/SelectButton.svelte b/ts/editor-toolbar/SelectButton.svelte index 861131910..fa8ab8657 100644 --- a/ts/editor-toolbar/SelectButton.svelte +++ b/ts/editor-toolbar/SelectButton.svelte @@ -43,6 +43,10 @@ box-shadow: none; border-radius: 0; + &:hover { + background-color: #eee; + } + &:focus { outline: none; }