Some cleanup
authorAlexander Ebert <ebert@woltlab.com>
Mon, 11 Jan 2016 13:59:25 +0000 (14:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 11 Jan 2016 13:59:25 +0000 (14:59 +0100)
wcfsetup/install/files/style/ui/message.scss

index 9e50baf845c30b6847525c9d804a287dd610567c..72256c5f844969c86c94c8d589d83fb872f7d36c 100644 (file)
 }
 
 %messageStatusIconDeleted {
-       color: rgb(180, 0, 0);
-       content: $fa-var-trash-o;
-}
-
-%messageStatusIconDisabled {
-       color: rgb(0, 140, 0);
-       content: $fa-var-eye-slash;
+       
 }
 
 /* ### message groups ### */
        }
        
        .messageDeleted .columnAvatar::before {
+               color: rgb(180, 0, 0);
+               content: $fa-var-trash-o;
                left: 15px;
                top: -7px;
-               
-               @extend %messageStatusIconDeleted;
        }
        
        .messageDisabled .columnAvatar::before {
+               color: rgb(0, 140, 0);
+               content: $fa-var-eye-slash;
                left: 10px;
                top: -6px;
-               
-               @extend %messageStatusIconDisabled;
        }
        
        .columnAvatar {