Fix icon on empty notification panel (#10817)

* Use custom properties for the empty panel icons on FilePanel and NotificationPanel

* Create E2E test for the notification panel
This commit is contained in:
Suguru Hirahara
2023-05-09 05:02:08 +00:00
committed by GitHub
parent d103d2e3dd
commit 1cfe126e14
5 changed files with 74 additions and 1 deletions

View File

@@ -113,5 +113,5 @@ limitations under the License.
}
.mx_FilePanel_empty::before {
mask-image: url("$(res)/img/element-icons/room/files.svg");
--maskImage: url("$(res)/img/element-icons/room/files.svg"); /* See: _RightPanel.pcss */
}