[Glitch] Fix report modal secondary buttons style
Port 1037c413cf
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
9d885a93fc
commit
03858547bd
|
@ -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…
Reference in New Issue