fix `edit` button color in forum posts

Introduced by 50a73d4490
pull/9633/head
kraktus 2021-08-22 16:13:06 +02:00
parent 342e77b2ce
commit e2c96ec4f9
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
&:hover {
color: $c-bad;
&.quote {
&.quote,
&.edit {
color: $c-primary;
}
}