From 5c70217158fbd97f49335cb7e47b0074b9546d41 Mon Sep 17 00:00:00 2001 From: 2641a40fd44383320adde4b027a1d0b03bd550 <58827198+2641a40fd44383320adde4b027a1d0b03bd550@users.noreply.github.com> Date: Sun, 9 Apr 2023 11:29:29 +0500 Subject: [PATCH] Fix: Rounding - Addons toggle button #667 --- css/leptonContent.css | 2 +- src/contents/_rounding.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/leptonContent.css b/css/leptonContent.css index 327a24c..f47ec7e 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -2790,7 +2790,7 @@ @supports -moz-bool-pref("userChrome.rounding.square_button") { @-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$") { - button, + button:not(.toggle-button), .close-icon, .action-icon::before, .web-appearance-choice, diff --git a/src/contents/_rounding.scss b/src/contents/_rounding.scss index b0452d1..c7a3f48 100644 --- a/src/contents/_rounding.scss +++ b/src/contents/_rounding.scss @@ -3,7 +3,7 @@ url-prefix "about:", regexp "^chrome:\/\/\\w+\/content\/.*\.xhtml$" ) { - button, + button:not(.toggle-button), .close-icon, .action-icon::before, .web-appearance-choice,