summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-08-04 16:25:44 +0200
committerGitHub <noreply@github.com>2023-08-04 16:25:44 +0200
commit79936c584f54a9c901f38b8c6507016209221cf0 (patch)
treebc6387dd0962cdcb851a9a73edfd2dcb3c7f66fa /app
parentd5bee37c57d75491f1bc882c4aec44d3f8c4e024 (diff)
Fix report modal secondary buttons style (#26341)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index f46ac685318..cd9617c94cc 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;
}
}