From: Tim Düsterhus Date: Tue, 25 Apr 2023 10:24:31 +0000 (+0200) Subject: Fix visuals in devtoolsProjectSync if the first non-important PIP has no target X-Git-Tag: 6.0.0_Alpha_1~207^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6a270a67f1266cedda45edc0ec169b5eda5e83a;p=GitHub%2FWoltLab%2FWCF.git Fix visuals in devtoolsProjectSync if the first non-important PIP has no target The thicker border was missing, because the element having the border was visually hidden. --- diff --git a/wcfsetup/install/files/acp/templates/devtoolsProjectSync.tpl b/wcfsetup/install/files/acp/templates/devtoolsProjectSync.tpl index c8dc4c6443..cab69f8b3e 100644 --- a/wcfsetup/install/files/acp/templates/devtoolsProjectSync.tpl +++ b/wcfsetup/install/files/acp/templates/devtoolsProjectSync.tpl @@ -131,6 +131,10 @@ border-top: 4px solid #e0e0e0; } + #syncPipMatches.jsShowOnlyMatches tr[data-is-important="true"] ~ tr[data-is-important="false"].jsHasPipTargets:not(:is(tr[data-is-important="false"].jsHasPipTargets ~ tr)) td { + border-top: 4px solid #e0e0e0; + } + .syncStatusContainer { overflow: hidden; }