forked from fedi/mastodon
Fix styling of boost button in media modal not reflecting ability to boost (#16387)
This commit is contained in:
parent
e592e47e19
commit
9e5a1daa9b
File diff suppressed because one or more lines are too long
|
@ -4732,6 +4732,13 @@ a.status-card.compact:hover {
|
||||||
background: rgba($gold-star, 0.3);
|
background: rgba($gold-star, 0.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.disabled {
|
||||||
|
color: $white;
|
||||||
|
background-color: transparent;
|
||||||
|
cursor: default;
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue