Skip to content

Commit

Permalink
Style typing users
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 26, 2024
1 parent a753370 commit 110b908
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scss/main/avatar/_location.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ $_locations: (
@include mixin.genColors(4);
}

// In settings nitro tab
.iconContainer_e812a7 .wrapper__3ed10 {
$_locations: (
// In typing indicator
".base__06abc .text_eb454c strong",
// In settings nitro tab
".iconContainer_e812a7 .wrapper__3ed10"
);
:is(#{func.unquoteSelectors($_locations)}) {
@include mixin.genColors(3);
}

Expand Down

0 comments on commit 110b908

Please sign in to comment.