Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix button outline for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 26, 2022
1 parent 54ffe03 commit 2f50a6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,15 @@ export default {
}
&-group {
display: flex;
display: inline-flex;
flex-flow: row wrap;
outline: 1px solid var(--oc-color-swatch-primary-default);
outline-offset: -1px;
border-radius: 5px;
.oc-button {
border-radius: 0;
outline: 0;
&:first-of-type {
border-radius: 5px 0 0 5px;
Expand Down

0 comments on commit 2f50a6f

Please sign in to comment.