diff --git a/app/javascript/styles/fairy-floss/diff.scss b/app/javascript/styles/fairy-floss/diff.scss
index 5544d0483..7e0bc3399 100644
--- a/app/javascript/styles/fairy-floss/diff.scss
+++ b/app/javascript/styles/fairy-floss/diff.scss
@@ -309,14 +309,6 @@ body.admin {
color: $pink;
}
-button.icon-button i.fa-retweet {
- background-image: url("data:image/svg+xml;utf8,");
-}
-
-button.icon-button i.fa-retweet:hover {
- background-image: url("data:image/svg+xml;utf8,");
-}
-
.notification__favourite-icon-wrapper .star-icon,
.star-icon.active,
a.mention.hashtag {
@@ -333,7 +325,7 @@ a.mention.hashtag {
}
a.mention,
-.notification__message .fa {
+.notification-group__icon .icon {
color: $pink;
}
diff --git a/app/javascript/styles/hometown.scss b/app/javascript/styles/hometown.scss
index 81880036c..204789701 100644
--- a/app/javascript/styles/hometown.scss
+++ b/app/javascript/styles/hometown.scss
@@ -44,15 +44,6 @@
display: none;
}
-// app/views/statuses/_simple_status.html.haml
-// Set width and height for the local-only indicator
-.status__action-bar-button.icon-button:has(.fw.fa-chain-broken) {
- font-size: 18px;
- width: 23.1429px;
- height: 23.1429px;
- line-height: 23.15px;
-}
-
// app/javascript/mastodon/features/compose/components/poll_form.jsx
// Add some custom styling for the "multiple choice" selection button
.compose-form__poll-wrapper .is-multiple-toggle {
diff --git a/app/javascript/styles/macaron/diff.scss b/app/javascript/styles/macaron/diff.scss
index ac06bcf69..0901a3945 100644
--- a/app/javascript/styles/macaron/diff.scss
+++ b/app/javascript/styles/macaron/diff.scss
@@ -1136,26 +1136,6 @@ a.status-card.compact:hover {
color: $ui-primary-color;
}
-button.icon-button i.fa-retweet {
- background-image: url("data:image/svg+xml;utf8,");
-
- &:hover {
- background-image: url("data:image/svg+xml;utf8,");
- }
-}
-
-.status-private button.icon-button i.fa-retweet {
- background-image: url("data:image/svg+xml;utf8,");
-
- &:hover {
- background-image: url("data:image/svg+xml;utf8,");
- }
-}
-
-button.icon-button.disabled i.fa-retweet {
- background-image: url("data:image/svg+xml;utf8,");
-}
-
.report-dialog-modal {
background: $white;
}