Fix visuals in devtoolsProjectSync if the first non-important PIP has no target
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 25 Apr 2023 10:24:31 +0000 (12:24 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 25 Apr 2023 10:24:31 +0000 (12:24 +0200)
The thicker border was missing, because the element having the border was
visually hidden.

wcfsetup/install/files/acp/templates/devtoolsProjectSync.tpl

index c8dc4c644336d402d67b3fa0ddefe674493922d6..cab69f8b3e659cc625f12ba7c96d3ca9a046b5ba 100644 (file)
                        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;
                }