mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-20 09:33:49 -05:00
[Glitch] Fix report modal secondary buttons style
Port 79936c584f54a9c901f38b8c6507016209221cf0 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
2f50b77ae8
commit
d9451feef0
@ -719,15 +719,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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…
x
Reference in New Issue
Block a user