From a1450272bd368bbd0196607c51ab2af8d34a936d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 24 Aug 2022 12:51:20 +0200 Subject: [PATCH] Restore the native `input[type="checkbox"]` to mark messages --- wcfsetup/install/files/style/ui/message.scss | 26 +++----------------- 1 file changed, 3 insertions(+), 23 deletions(-) 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 { -- 2.20.1