Skip to content

Commit

Permalink
make *that* guy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Oct 17, 2024
1 parent 82acb2a commit 26f7da1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4071,6 +4071,9 @@ pre {
.checkmark_f9902b {
@extend %serverInviteTick !optional;
}
.default_a467ac {
@extend %serverInviteCancel !optional;
}
.textContainer_d8e2d0 {
@extend %textContainer !optional;
}
Expand Down
5 changes: 5 additions & 0 deletions src/settings/serverSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,8 @@
background-color: hsla(0, 0%, 0%, 0.4);
}
}

// Invites Page
%serverInvitesCancel {
background-color: rgba(0, 0, 0, 0.4);
}

0 comments on commit 26f7da1

Please sign in to comment.