From 1401ad107bdf69188f3d0623eed01c5a3108309d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 10 Jul 2016 12:52:34 +0200 Subject: [PATCH] Removed obsolete code --- .../install/files/style/ui/messageGroup.scss | 88 ------------------- 1 file changed, 88 deletions(-) diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index 34ea0975a3..fd94044aa2 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -95,11 +95,6 @@ position: relative; width: 48px; height: 48px; - - > p > img { - opacity: .6; - transition: opacity .12s; - } } .myAvatar { @@ -177,20 +172,6 @@ white-space: nowrap; } } - /*todo - .messageGroupInfo { - @include inlineList; - @include wcfFontSmall; - - > li:not(:last-child) { - margin-right: 5px; - - &:after { - content: "\00b7"; - margin-left: 5px; - } - } - }*/ // hover .tabularListRow:hover, @@ -202,10 +183,6 @@ opacity: 1; } } - - .columnAvatar div > p > img { - opacity: 1; - } } // new status @@ -214,28 +191,6 @@ .columnSubject > h3 > .messageGroupLink { font-weight: bold; } - - .columnAvatar div > p > img { - opacity: 1; - } - - // new message icon - .columnAvatar > div { - &::after { - color: $wcfContentLink; - content: $fa-var-asterisk; - font-family: FontAwesome; - font-weight: normal !important; - font-style: normal !important; - font-size: 14px; - position: absolute; - text-decoration: none !important; - top: -4px; - right: -2px; - - @include textShadow($wcfContentLink); - } - } } .pagination { @@ -261,46 +216,3 @@ top: 50%; transform: translateX(-50%) translateY(-50%); } - -/* -.messageGroupList { - .columnSubject { - - - - } - - tr { - /* - TODO - &.messageDisabled { - color: $wcfDisabledColor; - - > td { - background-color: $wcfDisabledBackgroundColor !important; - } - - a:not(.badge) { - color: $wcfDisabledColor; - } - } - */ - - /* - TODO - &.messageDeleted { - color: $wcfDeletedColor; - - > td { - background-color: $wcfDeletedBackgroundColor !important; - } - - a:not(.badge) { - color: $wcfDeletedColor; - } - } - */ - /* - } -} -*/ \ No newline at end of file -- 2.20.1