Fixed double border visible in tabular list
authorAlexander Ebert <ebert@woltlab.com>
Wed, 21 Sep 2016 07:55:05 +0000 (09:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 21 Sep 2016 12:56:23 +0000 (14:56 +0200)
wcfsetup/install/files/style/ui/tabularBox.scss

index 4145592bec77011fb8295ef330c394d9bacfc7f5..fb67ade48123147a883e86faf13f5388eab405d7 100644 (file)
@@ -23,7 +23,7 @@
        color: $wcfTabularBoxHeadline;
        
        & + li {
-               border-top-width: 0;
+               border-top-width: 0 !important;
        }
 }