From: Marcel Werk Date: Mon, 30 May 2016 22:27:27 +0000 (+0200) Subject: Removed obsolete scss code X-Git-Tag: 3.0.0_Beta_1~1559 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50fa2057eaa7bf29e4c2a1ab5527127b0e4dbe23;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete scss code --- diff --git a/wcfsetup/install/files/style/ui/message.scss b/wcfsetup/install/files/style/ui/message.scss index acb67d42ba..3520623cca 100644 --- a/wcfsetup/install/files/style/ui/message.scss +++ b/wcfsetup/install/files/style/ui/message.scss @@ -438,7 +438,7 @@ } .messageSignature { - border-top: 1px solid rgb(238, 238, 238); + border-top: 1px solid $wcfContentBorderInner; opacity: .6; padding-top: 10px; transition: opacity .12s linear; @@ -452,12 +452,6 @@ @extend .buttonGroup; justify-content: flex-end; - //opacity: .3; - transition: opacity .12s linear; - - &.forceVisible { - //opacity: 1 !important; - } > li { display: flex; @@ -471,13 +465,3 @@ margin-left: 5px; } } - -.message:hover { - .messageFooterButtons { - //opacity: .6; - - &:hover { - //opacity: 1; - } - } -}