Remove the dynamic replacement of the message image
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 15:47:52 +0000 (17:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 15:47:52 +0000 (17:47 +0200)
This doesn‘t work out with the new icons and offers horrible a11y.

wcfsetup/install/files/style/ui/messageGroup.scss

index 61289e77588714c022248b4be41299072a50032b..46932d043d791dc4ea6fec5c87e4a946990fdb69 100644 (file)
                }
        }
 
-       .jsMarked .columnMark > label::after {
-               display: block;
-               font-size: 13px;
-               left: 3px;
-               top: 1px;
-       }
-
-       .tabularListRowHead {
-               .columnMark > label::before {
-                       top: -3px;
-               }
-
-               .jsMarked .columnMark > label::after {
-                       top: 4px;
-               }
-       }
-
-       .messageDeleted .columnAvatar,
-       .messageDisabled .columnAvatar {
-               position: relative;
-
-               &::before {
-                       display: block;
-                       font-family: FontAwesome;
-                       position: absolute;
-
-                       @include screen-md-up {
-                               font-size: 42px;
-                       }
-
-                       @include screen-sm-down {
-                               font-size: 28px;
-                       }
-               }
-
-               > div img,
-               > div .icon:first-child {
-                       visibility: hidden;
-               }
-       }
-
-       .messageDisabled .columnAvatar::before {
-               color: rgb(0, 140, 0);
-               content: $fa-var-eye-slash;
-
-               @include screen-md-up {
-                       left: 13px;
-                       top: -2px;
-               }
-
-               @include screen-sm-down {
-                       left: 3px;
-                       top: -4px;
-               }
-       }
-
-       .messageDeleted .columnAvatar::before {
-               color: rgb(180, 0, 0);
-               content: $fa-var-trash-o;
-               left: 17px;
-               top: -2px;
-
-               @include screen-md-up {
-                       left: 17px;
-                       top: -2px;
-               }
-
-               @include screen-sm-down {
-                       left: 7px;
-                       top: -4px;
-               }
-       }
-
        .columnAvatar {
                div {
                        position: relative;