From 13d6e29c90d17391e560da13b13dff5aef258ee3 Mon Sep 17 00:00:00 2001 From: 2641a40fd44383320adde4b027a1d0b03bd550 <58827198+2641a40fd44383320adde4b027a1d0b03bd550@users.noreply.github.com> Date: Wed, 4 Jan 2023 10:46:07 +0500 Subject: [PATCH] Add: Rounding - Close tab button --- css/leptonChrome.css | 1 + src/rounding/_square.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 8c8358d..e26b417 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -3064,6 +3064,7 @@ .urlbarView-button, .urlbarView-tip-button, .urlbarView-action, + .tab-close-button, toolbarbutton.bookmark-item:not(.subviewbutton), #sidebar-switcher-target { --toolbarbutton-border-radius: 0; /* Original: 4px */ diff --git a/src/rounding/_square.scss b/src/rounding/_square.scss index 9c86f15..76361c9 100644 --- a/src/rounding/_square.scss +++ b/src/rounding/_square.scss @@ -15,6 +15,7 @@ .urlbarView-button, .urlbarView-tip-button, .urlbarView-action, + .tab-close-button, toolbarbutton.bookmark-item:not(.subviewbutton), #sidebar-switcher-target { --toolbarbutton-border-radius: 0; /* Original: 4px */