From 24e17c4e4faa3f15ff7d25b2cf03065bc7a36631 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 6 Sep 2025 13:28:16 +0300 Subject: [PATCH] style(collections/calendar): improve button style --- apps/client/src/stylesheets/theme-next/forms.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index 86fad2682..530a5c999 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -96,6 +96,11 @@ button.btn.btn-success kbd { color: var(--icon-button-color); } +:root .btn-group .icon-action:last-child { + border-top-left-radius: unset !important; + border-bottom-left-radius: unset !important; +} + .btn-group .tn-tool-button + .tn-tool-button { margin-left: 4px !important; }