From: Marcel Werk Date: Sat, 29 Aug 2020 14:43:07 +0000 (+0200) Subject: Added hover indicator in notification settings form X-Git-Tag: 5.3.0_Alpha_1~17 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8cd039223c2767afc0f04eb9c2906faf19a95794;p=GitHub%2FWoltLab%2FWCF.git Added hover indicator in notification settings form --- diff --git a/wcfsetup/install/files/style/ui/notification.scss b/wcfsetup/install/files/style/ui/notification.scss index 697774d8fd..b19d36c8ae 100644 --- a/wcfsetup/install/files/style/ui/notification.scss +++ b/wcfsetup/install/files/style/ui/notification.scss @@ -28,6 +28,14 @@ > label { cursor: pointer; + display: block; + } +} + +.notificationSettingsEvent:hover + .notificationSettingsState, +.notificationSettingsState > label:hover { + .fa-bell, .fa-bell-slash { + transform: scale(1.2); } }