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

Commit

Permalink
Use passive color for button group outline
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 27, 2022
1 parent dc6db10 commit 14cbdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/enhancement-remove-button-border
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ https://github.com/owncloud/web/issues/7353
https://github.com/owncloud/web/issues/7373
https://github.com/owncloud/owncloud-design-system/pull/2345
https://github.com/owncloud/owncloud-design-system/pull/2352
https://github.com/owncloud/owncloud-design-system/pull/2354
2 changes: 1 addition & 1 deletion src/components/atoms/OcButton/OcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default {
&-group {
display: inline-flex;
flex-flow: row wrap;
outline: 1px solid var(--oc-color-swatch-primary-default);
outline: 1px solid var(--oc-color-swatch-passive-default);
outline-offset: -1px;
border-radius: 5px;
Expand Down

0 comments on commit 14cbdba

Please sign in to comment.