Apply the default text color to icons inside `.columnIcon`
authorAlexander Ebert <ebert@woltlab.com>
Thu, 18 Aug 2022 18:46:21 +0000 (20:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 18 Aug 2022 18:46:21 +0000 (20:46 +0200)
wcfsetup/install/files/style/ui/tabularBox.scss

index b364042660dd1f81b4f97048dfdaa16022a404d2..9f8cc9d03687accddbcedae438033a5c12cca22a 100644 (file)
                        width: 1px;
                        white-space: nowrap;
                        word-wrap: normal;
+
+                       fa-icon {
+                               color: $wcfContentText;
+                       }
                }
 
                &.columnTitle {