Merge branch '5.2' into 5.3
authorMatthias Schmidt <gravatronics@live.com>
Mon, 3 May 2021 10:30:15 +0000 (12:30 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 3 May 2021 10:30:15 +0000 (12:30 +0200)
1  2 
wcfsetup/install/files/style/ui/tabularBox.scss

index 8f48a5dc57dc6267685589830204c07f52f295bb,ec24d03de1fad0c0984de392ec8c80930a2726dc..9458c4b99df8415d0b698d10e4231da544b382d1
                }
                
                &.columnTitle {
 -                      font-weight: bold;
 +                      font-weight: 600;
                        text-align: left;
                }
                
                        background-color: rgb(242, 242, 242);
                }
                
-               &:not(:last-child) > td {
+               &:not(:last-child) > td:not(.lastRow) {
                        border-bottom: 1px solid $wcfContentBorderInner;
                }
        }