Skip to content

Commit

Permalink
more automod
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed May 15, 2024
1 parent 531337f commit 24f0979
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -2286,6 +2286,9 @@ pre {
.embedCard__2a3c7 {
@extend %messageAutomodCard !optional;
}
.selected__197e7 {
@extend %messageAutomodCardSelected !optional;
}
.footerContainer_b2e9f6 {
@extend %messageAutomodFooterContainer !optional;
}
Expand Down
12 changes: 10 additions & 2 deletions src/messages/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@
%messageAutomodFooterContainer {
background-color: hsla(0, 0%, 0%, 0.4);
}
%messageAutomodFooterIcon path {
fill: $main-color;
%messageAutomodCard {
&%messageAutomodCardSelected {
background-color: hsla(0, 0%, 0%, 0.4);
}
}
%messageAutomodFooterAction {
%textExtraSmallNormal,
%messageAutomodFooterIcon path {
color: var(--url-color);
}
}

0 comments on commit 24f0979

Please sign in to comment.