Restore the native `input[type="checkbox"]` to mark messages
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 10:51:20 +0000 (12:51 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Aug 2022 10:51:20 +0000 (12:51 +0200)
wcfsetup/install/files/style/ui/message.scss

index 5f97b3ec30b32ea6ef0cfdefe08842cd4c605deb..16571d24c1c7cd4da8ea5d386553460462da2e3e 100644 (file)
        }
 }
 
-.messageCheckboxLabel {
-       cursor: pointer;
-       display: block;
-       position: relative;
-
-       &::before {
-               content: $fa-var-square-o;
-               display: block;
-               font-family: FontAwesome;
-               position: absolute;
-       }
-
-       &::after {
-               color: rgb(0, 150, 0);
-               content: $fa-var-check;
-               display: none;
-               font-family: FontAwesome;
-               position: absolute;
-       }
-
-       > input[type="checkbox"] {
-               display: none;
-       }
+.messageCheckboxLabel input[type="checkbox"] {
+       height: 18px;
+       width: 18px;
 }
 
 .message {