Skip to content

Commit

Permalink
Merge pull request #2583 from nextcloud/bugfix/tertiary-button-hover-…
Browse files Browse the repository at this point in the history
…feedback

Fix tertiary buttons hover feedback
  • Loading branch information
marcoambrosini committed Mar 31, 2022
2 parents a04ebbf + 870d274 commit 170e2be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -560,11 +560,12 @@ export default {
// Tertiary
&--vue-tertiary {
color: var(--color-text-lighter);
color: var(--color-main-text);
background-color: transparent;
opacity: .7;
&:hover {
color: var(--color-main-text);
background-color: transparent;
opacity: 1;
}
}
Expand Down

0 comments on commit 170e2be

Please sign in to comment.