Skip to content

Commit

Permalink
Fix report modal secondary buttons style (mastodon#26341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Aug 4, 2023
1 parent d5bee37 commit 79936c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/javascript/styles/mastodon/components.scss
Expand Up @@ -5825,15 +5825,16 @@ a.status-card {
}

.button.button-secondary {
border-color: $ui-button-secondary-border-color;
color: $ui-button-secondary-color;
border-color: $inverted-text-color;
color: $inverted-text-color;
flex: 0 0 auto;

&:hover,
&:focus,
&:active {
border-color: $ui-button-secondary-focus-background-color;
color: $ui-button-secondary-focus-color;
background: transparent;
border-color: $ui-button-background-color;
color: $ui-button-background-color;
}
}

Expand Down

0 comments on commit 79936c5

Please sign in to comment.