Prevent link colors being inherited for separators
authorAlexander Ebert <ebert@woltlab.com>
Tue, 26 Jan 2016 14:32:13 +0000 (15:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 26 Jan 2016 14:32:13 +0000 (15:32 +0100)
wcfsetup/install/files/style/layout/global.scss

index 2983324464f4d3694087bd71682a04cd23110fae..56ee5f6c911f2de473556978efdd25dbca395d7a 100644 (file)
@@ -175,11 +175,13 @@ ol.nativeList {
 }
 
 .separatorLeft::before {
+       color: $wcfContentText;
        content: "\00b7";
        margin-right: 5px;
 }
 
 .separatorRight::after {
+       color: $wcfContentText;
        content: "\00b7";
        margin-left: 5px;
 }
\ No newline at end of file