Fix show less icon

pull/21833/head
J. Ryan Stinnett 2020-07-31 17:48:30 +01:00
parent 72056128fe
commit 8441763a71
1 changed files with 2 additions and 1 deletions

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');
}