Add space specific variant of the dropdown on "Rooms +" sublist

This commit is contained in:
Michael Telatynski 2021-03-02 14:19:40 +00:00
parent faf7a4b8bc
commit ca1bd78921
5 changed files with 65 additions and 1 deletions

View file

@ -19,7 +19,10 @@ limitations under the License.
}
.mx_RoomList_iconPlus::before {
mask-image: url('$(res)/img/element-icons/roomlist/plus.svg');
mask-image: url('$(res)/img/element-icons/roomlist/plus-circle.svg');
}
.mx_RoomList_iconHash::before {
mask-image: url('$(res)/img/element-icons/roomlist/hash-circle.svg');
}
.mx_RoomList_iconExplore::before {
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');