From f978c9200d787804fe0c7cb43c0a3837a652c99b Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 18 Jun 2023 15:54:45 -0700 Subject: [PATCH] Revert "dot inside renote button when renoted" This reverts commit e0c7c8f49d597e792847bce30993c4b198ad950b. --- packages/client/src/components/MkRenoteButton.vue | 11 ----------- 1 file changed, 11 deletions(-) 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; - } - } } }