From 795905077fcb7a2268df41fa561746980d223d38 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 20 Sep 2020 13:33:57 +0200 Subject: [PATCH] Unified appeareance of links in interactive dropdowns --- .../files/style/ui/dropdownInteractive.scss | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/wcfsetup/install/files/style/ui/dropdownInteractive.scss b/wcfsetup/install/files/style/ui/dropdownInteractive.scss index 7d7d92b6f0..523d5b16a6 100644 --- a/wcfsetup/install/files/style/ui/dropdownInteractive.scss +++ b/wcfsetup/install/files/style/ui/dropdownInteractive.scss @@ -20,9 +20,19 @@ display: none; } - &.interactiveDropdownUserMenu > .interactiveDropdownItemsContainer { - overflow: visible; - max-height: none; + &.interactiveDropdownUserMenu { + > .interactiveDropdownItemsContainer { + overflow: visible; + max-height: none; + + a { + color: $wcfContentLink; + + &:hover { + color: $wcfContentLinkActive; + } + } + } } @include screen-sm-md { @@ -123,13 +133,17 @@ } a { - color: $wcfContentLink; + color: inherit; &:hover { - color: $wcfContentLinkActive; + color: inherit; } } + h3 a { + font-weight: 600; + } + .box48 { align-items: center; overflow: hidden; @@ -203,10 +217,6 @@ > .interactiveDropdownItemMarkAsRead { pointer-events: none; z-index: 20; - - a { - pointer-events: all; - } } > .interactiveDropdownItemShadowLink { -- 2.20.1