diff options
author | ThibG <thib@sitedethib.com> | 2020-01-25 18:19:24 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-25 18:19:24 +0100 |
commit | c06d2ff43718af5940987e219379094f1a2de180 (patch) | |
tree | 173bbaf7e42eb7326c4ca9a4e48d345588d9b3ec /app/javascript/styles | |
parent | 48c55b6392661cde8e28cf076c3d132c22d17a0f (diff) |
Fix spurious error and incorrect state change when adding a reaction twice (#12957)
* Fix spurious error and incorrect state change when adding a reaction twice * Remove superfluous top border for announcements box
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index e4fafc091..6946971cd 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6632,7 +6632,6 @@ noscript { .announcements { background: lighten($ui-base-color, 8%); - border-top: 1px solid $ui-base-color; font-size: 13px; display: flex; align-items: flex-end; |