Skip to content

Commit

Permalink
border-start/end not supported in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Apr 8, 2020
1 parent 0ee1591 commit 163d3fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions administrator/templates/atum/scss/blocks/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,17 @@
}

.btn-group:not(:last-child) > .dropdown-toggle-split {
border-start-end-radius: $border-radius;
border-end-end-radius: $border-radius;
margin-inline-start: -$border-radius;

[dir="ltr"] & {
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
}

[dir="rtl"] & {
border-top-left-radius: $border-radius;
border-bottom-left-radius: $border-radius;
}
}

.dropdown-menu joomla-toolbar-button {
Expand Down

0 comments on commit 163d3fb

Please sign in to comment.