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

@@ -179,6 +179,7 @@ $pulse-color: $alert;
height: 42px;
width: 42px;
background-color: $header-panel-text-primary-color;
mask-image: var(--maskImage);
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;