Removed obsolete scss code
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 22:27:27 +0000 (00:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 May 2016 22:27:32 +0000 (00:27 +0200)
wcfsetup/install/files/style/ui/message.scss

index acb67d42baefeed3e8c4b1dd6994fd9715ac5b7b..3520623cca81fe5234dbfe702278c90912436418 100644 (file)
 }
 
 .messageSignature {
-       border-top: 1px solid rgb(238, 238, 238);
+       border-top: 1px solid $wcfContentBorderInner;
        opacity: .6;
        padding-top: 10px;
        transition: opacity .12s linear;
        @extend .buttonGroup;
        
        justify-content: flex-end;
-       //opacity: .3;
-       transition: opacity .12s linear;
-       
-       &.forceVisible {
-               //opacity: 1 !important;
-       }
        
        > li {
                display: flex;
                margin-left: 5px;
        }
 }
-
-.message:hover {
-       .messageFooterButtons {
-               //opacity: .6;
-               
-               &:hover {
-                       //opacity: 1;
-               }
-       }
-}