Skip to content

Commit

Permalink
Fixed mic and deafen icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Mar 19, 2024
1 parent cce5f9a commit 3d1be57
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
}

// User area mute mic
svg:has(path[d^=' M-4,-1.4600000381469727 C-4,-3.6689999103546143 -2.2090001106262207']) {
svg:has(path[d^=' M1025.219970703125,-87.2040023803711 C1025.219970703125,-87.2040023803711']),
svg:has(path[d^=' M681.219970703125,212.79600524902344 C681.219970703125,212.79600524902344']),
svg:has(path[d^=' M67.22000122070312,823.7960205078125 C67.22000122070312,823.7960205078125']) {
mask-image: url(mono.$mic);
}
// User area deafen
Expand All @@ -159,6 +161,21 @@
mask-image: url(mono.$cog);
}
}
.container_ca50b9 .button__4f306[aria-checked='true'] {
svg {
--fluent-icons-color: var(--status-danger);
}
// User area muted mic
svg:has(path[d^=' M1025.219970703125,-87.2040023803711 C1025.219970703125,-87.2040023803711']),
svg:has(path[d^=' M681.219970703125,212.79600524902344 C681.219970703125,212.79600524902344']),
svg:has(path[d^=' M67.22000122070312,823.7960205078125 C67.22000122070312,823.7960205078125']) {
mask-image: url(mono.$mic-off);
}
// user area deafened
svg:has(path[d^=' M-8,-0.2879999876022339 C-8,-4.705999851226807 -4.418000221252441']) {
mask-image: url(mono.$speaker-off);
}
}

// Voice channel status
.pencilIcon__1ec62 {
Expand Down

0 comments on commit 3d1be57

Please sign in to comment.