Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Sun, 10 Jul 2016 10:52:34 +0000 (12:52 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 10 Jul 2016 10:55:47 +0000 (12:55 +0200)
wcfsetup/install/files/style/ui/messageGroup.scss

index 34ea0975a37292a7d000d806882dc10b0f5cc6f7..fd94044aa25c0f07ac4980e9b1810268b84995b5 100644 (file)
                        position: relative;
                        width: 48px;
                        height: 48px;
-                       
-                       > p > img {
-                               opacity: .6;
-                               transition: opacity .12s;
-                       }
                }
                
                .myAvatar {
                        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,
                                opacity: 1;
                        }
                }
-               
-               .columnAvatar div > p > img {
-                       opacity: 1;
-               }
        }
        
        // new status
                .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 {
        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