From: Alexander Ebert Date: Fri, 21 Apr 2023 13:18:07 +0000 (+0200) Subject: Apply `cursor: pointer` to all non-disabled buttons X-Git-Tag: 6.0.0_Alpha_1~220^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b3f76bdda0cafbcaf4fb0fb20c432c754396e90;p=GitHub%2FWoltLab%2FWCF.git Apply `cursor: pointer` to all non-disabled buttons --- diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 556a174313..1c04727eb7 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -47,6 +47,10 @@ border-radius: 0 !important; } +.ck.ck-button.ck-button:not(.ck-disabled) { + cursor: pointer; +} + .ck.ck-toolbar__items { --ck-color-button-default-hover-background: var(--wcfEditorButtonBackground); --ck-color-button-default-active-background: var(--wcfEditorButtonBackground); @@ -87,7 +91,6 @@ .ck.ck-list .ck-list__item .ck-button:not(.ck-disabled):hover { color: var(--wcfDropdownLink); - cursor: pointer; } .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable), @@ -133,7 +136,6 @@ .ck.ck-body { .ck-button:not(.ck-disabled) { color: var(--ck-color-text); - cursor: pointer; } .ck-button.ck-disabled {