From ca1ee5222ae7e685f33d97449154576afbc0c3bd Mon Sep 17 00:00:00 2001 From: 2641a40fd44383320adde4b027a1d0b03bd550 <58827198+2641a40fd44383320adde4b027a1d0b03bd550@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:16:05 +0500 Subject: [PATCH] Fix: Rounding - Remove radio button --- css/leptonChrome.css | 3 +-- src/rounding/_square.scss | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 44a922c..dd741f4 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -3131,8 +3131,7 @@ } } @supports -moz-bool-pref("userChrome.rounding.square_checklabel") { - .checkbox-check, - xul|*.radio-check { + .checkbox-check { border-radius: 0 !important; } } diff --git a/src/rounding/_square.scss b/src/rounding/_square.scss index d196c16..08efc1d 100644 --- a/src/rounding/_square.scss +++ b/src/rounding/_square.scss @@ -90,8 +90,7 @@ } @include Option("userChrome.rounding.square_checklabel") { - .checkbox-check, - xul|*.radio-check { + .checkbox-check { border-radius: 0 !important; } }