From: Alexander Ebert Date: Wed, 24 Aug 2022 10:51:20 +0000 (+0200) Subject: Restore the native `input[type="checkbox"]` to mark messages X-Git-Tag: 6.0.0_Alpha_1~1024^2~2^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a1450272bd368bbd0196607c51ab2af8d34a936d;p=GitHub%2FWoltLab%2FWCF.git Restore the native `input[type="checkbox"]` to mark messages --- diff --git a/wcfsetup/install/files/style/ui/message.scss b/wcfsetup/install/files/style/ui/message.scss index 5f97b3ec30..16571d24c1 100644 --- a/wcfsetup/install/files/style/ui/message.scss +++ b/wcfsetup/install/files/style/ui/message.scss @@ -63,29 +63,9 @@ } } -.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 {