Skip to content

Commit

Permalink
Rollback reactions theme
Browse files Browse the repository at this point in the history
  • Loading branch information
NYRI4 committed Nov 25, 2023
1 parent 166fab2 commit ff2cdc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
20 changes: 0 additions & 20 deletions betterdiscord/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
24 changes: 0 additions & 24 deletions stuff/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ff2cdc5

Please sign in to comment.