From ff2cdc5d87427173b37e630ebc88060590b83521 Mon Sep 17 00:00:00 2001 From: NYRI4 Date: Sat, 25 Nov 2023 16:07:45 +0100 Subject: [PATCH] Rollback reactions theme --- betterdiscord/main.css | 20 -------------------- stuff/_chat.scss | 24 ------------------------ 2 files changed, 44 deletions(-) diff --git a/betterdiscord/main.css b/betterdiscord/main.css index 10db443..f7a75b5 100644 --- a/betterdiscord/main.css +++ b/betterdiscord/main.css @@ -130,26 +130,6 @@ background-color: var(--brand-experiment); border-radius: inherit; } -:root .reaction_fef95b { - border: none; - border-radius: 5px; - background-color: var(--background-modifier-active); -} -:root .reaction_fef95b.reactionMe__98f57 { - position: relative; -} -:root .reaction_fef95b.reactionMe__98f57::after { - content: ""; - opacity: 0.4; - top: 0; - left: 0; - z-index: -1; - position: absolute; - width: 100%; - height: 100%; - background-color: var(--brand-experiment); - border-radius: inherit; -} :root .jumpToPresentBar__0ff7f, :root .jumpToPresentBar__0ff7f:active { margin-bottom: 13px; diff --git a/stuff/_chat.scss b/stuff/_chat.scss index 28b3b94..286fe01 100644 --- a/stuff/_chat.scss +++ b/stuff/_chat.scss @@ -167,30 +167,6 @@ } } - // Reaction - .reaction_fef95b { - border: none; - border-radius: 5px; - background-color: var(--background-modifier-active); - - &.reactionMe__98f57 { - position: relative; - - &::after { - content: ""; - opacity: 0.4; - top: 0; - left: 0; - z-index: -1; - position: absolute; - width: 100%; - height: 100%; - background-color: var(--brand-experiment); - border-radius: inherit; - } - } - } - // Going back to new messages .jumpToPresentBar__0ff7f, .jumpToPresentBar__0ff7f:active {