Remove the dynamic replacement of the message image
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 15:48:36 +0000 (17:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 15:48:36 +0000 (17:48 +0200)
wcfsetup/install/files/style/ui/messageGroup.scss

index 46932d043d791dc4ea6fec5c87e4a946990fdb69..5d29e46af6ff6a63f337d2bf79003541f0d881af 100644 (file)
        }
 }
 
-.contentHeader.messageGroupContentHeader {
-       > .contentHeaderIcon {
-               @include screen-md-up {
-                       position: relative;
-               }
-       }
-
-       &.messageDeleted > .contentHeaderIcon,
-       &.messageDisabled > .contentHeaderIcon {
-               &::before {
-                       display: block;
-                       font-family: FontAwesome;
-                       font-size: 56px;
-                       position: absolute;
-               }
-
-               > img,
-               > .icon:first-child {
-                       visibility: hidden;
-               }
-       }
-
-       &.messageDisabled > .contentHeaderIcon::before {
-               color: rgb(0, 140, 0);
-               content: $fa-var-eye-slash;
-               left: 4px;
-               top: -12px;
-       }
-
-       &.messageDeleted > .contentHeaderIcon::before {
-               color: rgb(180, 0, 0);
-               content: $fa-var-trash-o;
-               left: 11px;
-               top: -12px;
-       }
-}