* Extract room general context menu from roomtile * Create hook to access and change a room’s notification state * Extract room notification context menu from roomtile * Add room context menus to rooms in spotlight * Make arrow movement apply to the whole dialog, not just the input box
12 lines
540 B
SCSS
12 lines
540 B
SCSS
.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');
|
|
}
|