Fix show less icon

This commit is contained in:
J. Ryan Stinnett 2020-07-31 17:48:30 +01:00
parent 72056128fe
commit 8441763a71

View file

@ -260,7 +260,8 @@ limitations under the License.
left: -1px; // adjust for image position
}
.mx_RoomSublist_showMoreButtonChevron {
.mx_RoomSublist_showMoreButtonChevron,
.mx_RoomSublist_showLessButtonChevron {
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
}