mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 22:11:34 +02:00
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
.mx_RoomNotificationContextMenu_iconBell::before {
|
|
mask-image: url('$(res)/img/element-icons/notifications.svg');
|
|
}
|
|
.mx_RoomNotificationContextMenu_iconBellDot::before {
|
|
mask-image: url('$(res)/img/element-icons/roomlist/notifications-default.svg');
|
|
}
|
|
.mx_RoomNotificationContextMenu_iconBellMentions::before {
|
|
mask-image: url('$(res)/img/element-icons/roomlist/notifications-dm.svg');
|
|
}
|
|
.mx_RoomNotificationContextMenu_iconBellCrossed::before {
|
|
mask-image: url('$(res)/img/element-icons/roomlist/notifications-off.svg');
|
|
}
|