From 50fa2057eaa7bf29e4c2a1ab5527127b0e4dbe23 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 31 May 2016 00:27:27 +0200 Subject: [PATCH] Removed obsolete scss code --- wcfsetup/install/files/style/ui/message.scss | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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; - } - } -} -- 2.20.1