From b456d5ca0646469a709ed91dcaa030e9ba78a396 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 27 Oct 2022 15:47:05 +0900 Subject: [PATCH] Fix: Rounding - Square field apply for urlbar, searchbar --- css/leptonChrome.css | 5 +++++ src/rounding/_square.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index bb1ad93..2e18b09 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -3271,6 +3271,11 @@ html|input { border-radius: 0 !important; } + + #urlbar-background, + #searchbar { + --toolbarbutton-border-radius: 0; + } } @supports -moz-bool-pref("userChrome.rounding.square_checklabel") { .checkbox-check, diff --git a/src/rounding/_square.scss b/src/rounding/_square.scss index 35355c6..fa92deb 100644 --- a/src/rounding/_square.scss +++ b/src/rounding/_square.scss @@ -56,6 +56,11 @@ html|input { border-radius: 0 !important; } + + #urlbar-background, + #searchbar { + --toolbarbutton-border-radius: 0; + } } @include Option("userChrome.rounding.square_checklabel") {