Skip to content

Commit

Permalink
Merge pull request #2882 from nextcloud/fix-box-shadow-colour-of-tert…
Browse files Browse the repository at this point in the history
…iary-on-primary-button

Fix box shadow colour of "tertiary-on-primary" button
  • Loading branch information
marcoambrosini authored Jul 25, 2022
2 parents 4bc8bb0 + 9662ff4 commit 498364d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ export default {
opacity: 1;
}
&.button-vue--vue-tertiary-on-primary {
box-shadow: 0 0 0 2px var(--color-primary-text);
border-radius: var(--border-radius);
opacity: 1;
background-color: transparent;
Expand Down

0 comments on commit 498364d

Please sign in to comment.