Fix CSS to disable the datePicker hover effect on unclickable cells
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 25 Apr 2023 10:49:41 +0000 (12:49 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 25 Apr 2023 10:49:41 +0000 (12:49 +0200)
wcfsetup/install/files/style/ui/datePicker.scss

index 28dca0f94b8fbe0039cb093376070f12ca8f9aea..700167b67463765410ae7de59e433b8c990417c3 100644 (file)
@@ -90,8 +90,7 @@
                        }
 
                        &.active,
-                       &:not(.otherMonth):hover,
-                       &:not(.disabled):hover {
+                       &:not(.otherMonth, .disabled):hover {
                                background-color: var(--wcfDropdownBackgroundActive);
                                color: var(--wcfDropdownLinkActive);
                        }