diff --git a/packages/client/src/components/MkRenoteButton.vue b/packages/client/src/components/MkRenoteButton.vue index 0862ede3c..c990e84e7 100644 --- a/packages/client/src/components/MkRenoteButton.vue +++ b/packages/client/src/components/MkRenoteButton.vue @@ -266,17 +266,6 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => { color: var(--accent) !important; opacity: 1 !important; font-weight: 700; - i { - position: relative; - &::after { - content: ""; - position: absolute; - inset: 42% 35%; - margin-top: 1px; - background: currentColor; - border-radius: 1em; - } - } } }