Added hover indicator in notification settings form
authorMarcel Werk <burntime@woltlab.com>
Sat, 29 Aug 2020 14:43:07 +0000 (16:43 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 29 Aug 2020 14:43:07 +0000 (16:43 +0200)
wcfsetup/install/files/style/ui/notification.scss

index 697774d8fda1e150b9bbbaa42d79ddaeea89570f..b19d36c8aef2b85fa8670f912a18809c5b5b82b2 100644 (file)
        
        > label {
                cursor: pointer;
+               display: block;
+       }
+}
+
+.notificationSettingsEvent:hover + .notificationSettingsState,
+.notificationSettingsState > label:hover {
+       .fa-bell, .fa-bell-slash {
+               transform: scale(1.2);
        }
 }