Update iconography for spaces

This commit is contained in:
Michael Telatynski 2021-03-24 19:43:33 +00:00
parent 8369d42dd0
commit 20ea1436fc
5 changed files with 17 additions and 4 deletions

View file

@ -130,6 +130,10 @@ $roomListCollapsedWidth: 68px;
mask-repeat: no-repeat;
background: $secondary-fg-color;
}
&.mx_LeftPanel_exploreButton_space::before {
mask-image: url('$(res)/img/element-icons/roomlist/browse.svg');
}
}
}