From: Tim Düsterhus Date: Tue, 25 Apr 2023 10:49:41 +0000 (+0200) Subject: Fix CSS to disable the datePicker hover effect on unclickable cells X-Git-Tag: 6.0.0_Alpha_1~206^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b680c068771ac7b964ff8a2b228cabcc24cd01f7;p=GitHub%2FWoltLab%2FWCF.git Fix CSS to disable the datePicker hover effect on unclickable cells --- diff --git a/wcfsetup/install/files/style/ui/datePicker.scss b/wcfsetup/install/files/style/ui/datePicker.scss index 28dca0f94b..700167b674 100644 --- a/wcfsetup/install/files/style/ui/datePicker.scss +++ b/wcfsetup/install/files/style/ui/datePicker.scss @@ -90,8 +90,7 @@ } &.active, - &:not(.otherMonth):hover, - &:not(.disabled):hover { + &:not(.otherMonth, .disabled):hover { background-color: var(--wcfDropdownBackgroundActive); color: var(--wcfDropdownLinkActive); }