Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.3' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebduggan committed Feb 1, 2024
2 parents e2f1384 + c94fc5c commit c92486b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions assets/css/admin/altadmintheme/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c92486b

Please sign in to comment.