Skip to content

Commit

Permalink
!?
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Sep 29, 2024
1 parent 28dc49c commit a350086
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2211,6 +2211,9 @@ pre {
.repliedMessage_f9f2ca {
@extend %messageReplied !optional;
}
.repliedMessageSpine_f9f2ca {
@extend %messageRepliedSpine !optional;
}
.repliedTextPreview_f9f2ca {
@extend %messageRepliedTextPreview !optional;
}
Expand Down
2 changes: 1 addition & 1 deletion src/messages/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

// REPLY
%messageReplied {
&:before {
%messageRepliedSpine {
border-color: $main-color;
}
%messageRepliedTextPreview {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/discover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
}
%discoverCategoryQuest {
%discoverCategoryQuestSelected {
&%discoverCategoryQuestSelected {
&:before {
background: hsla(0, 0%, 100%, 0.1);
}
Expand Down

0 comments on commit a350086

Please sign in to comment.