mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 11:53:13 +00:00
Fix report modal secondary buttons style (#26341)
This commit is contained in:
parent
d5bee37c57
commit
79936c584f
|
@ -5825,15 +5825,16 @@ a.status-card {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.button-secondary {
|
.button.button-secondary {
|
||||||
border-color: $ui-button-secondary-border-color;
|
border-color: $inverted-text-color;
|
||||||
color: $ui-button-secondary-color;
|
color: $inverted-text-color;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
border-color: $ui-button-secondary-focus-background-color;
|
background: transparent;
|
||||||
color: $ui-button-secondary-focus-color;
|
border-color: $ui-button-background-color;
|
||||||
|
color: $ui-button-background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue