From 61417ff14a5e17767b76aeabd86dbd1eaa671726 Mon Sep 17 00:00:00 2001 From: Seb Duggan Date: Thu, 1 Feb 2024 11:33:02 +0000 Subject: [PATCH 1/3] [twgit] Init hotfix 'hotfix-1.0.3'. From e8072fb581d76cfd94c215bd829492349b144d28 Mon Sep 17 00:00:00 2001 From: Seb Duggan Date: Thu, 1 Feb 2024 11:33:30 +0000 Subject: [PATCH 2/3] Fix corner rounding on first button of group --- assets/css/admin/altadmintheme/buttons.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/admin/altadmintheme/buttons.less b/assets/css/admin/altadmintheme/buttons.less index e09c376..c347688 100644 --- a/assets/css/admin/altadmintheme/buttons.less +++ b/assets/css/admin/altadmintheme/buttons.less @@ -179,11 +179,6 @@ } } - .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius : var( --button-border-radius ); - border-top-right-radius : var( --button-border-radius ); - } - .btn-group.primary-action-with-dropdown { display : flex; white-space : nowrap; From c94fc5cfe075b89d9b7ed51c35f73805772aae66 Mon Sep 17 00:00:00 2001 From: Seb Duggan Date: Thu, 1 Feb 2024 11:33:55 +0000 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1e0e0..bded3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.3 + +* Fix corner rounding on first button of group + ## v1.0.2 * Fix caching issue with 'make this my homepage' link in admin navigation