Skip to content

Commit

Permalink
Tidy up unused classes & icons in UserMenu styles
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jan 24, 2025
1 parent a0044d6 commit 3cf9dd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
29 changes: 0 additions & 29 deletions res/css/structures/_UserMenu.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,6 @@ Please see LICENSE files in the repository root for full details.
line-height: $font-24px;
margin-left: 10px;
}

.mx_UserMenu_dndBadge {
position: absolute;
bottom: -2px;
right: -7px;
width: 16px;
height: 16px;
border-radius: 50%;

&::before {
content: "";
width: 16px;
height: 16px;
position: absolute;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background-color: $alert;
mask-image: url("$(res)/img/element-icons/roomlist/dnd.svg");
}
}
}

.mx_IconizedContextMenu {
Expand Down Expand Up @@ -158,14 +137,6 @@ Please see LICENSE files in the repository root for full details.
mask-image: url("@vector-im/compound-design-tokens/icons/home-solid.svg");
}

.mx_UserMenu_iconDnd::before {
mask-image: url("$(res)/img/element-icons/roomlist/dnd.svg");
}

.mx_UserMenu_iconDndOff::before {
mask-image: url("$(res)/img/element-icons/roomlist/dnd-cross.svg");
}

.mx_UserMenu_iconBell::before {
mask-image: url("$(res)/img/element-icons/notifications.svg");
}
Expand Down
3 changes: 0 additions & 3 deletions res/img/element-icons/roomlist/dnd-cross.svg

This file was deleted.

3 changes: 0 additions & 3 deletions res/img/element-icons/roomlist/dnd.svg

This file was deleted.

0 comments on commit 3cf9dd2

Please sign in to comment.