From 0cd0dfcae6e3dec66cc221946e74fb989e9f186d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:52:49 +0300 Subject: [PATCH] Revert "Fixed #14921 Hiding the checkmark of InputSwitch md-dark theme" --- src/app/components/inputswitch/inputswitch.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/components/inputswitch/inputswitch.css b/src/app/components/inputswitch/inputswitch.css index d646fea0cac..6cc866516a7 100755 --- a/src/app/components/inputswitch/inputswitch.css +++ b/src/app/components/inputswitch/inputswitch.css @@ -5,10 +5,6 @@ user-select: none; } - .p-hidden-accessible { - display: none; - } - .p-inputswitch-slider { position: absolute; cursor: pointer;