mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Fix show less icon
This commit is contained in:
parent
72056128fe
commit
8441763a71
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ limitations under the License.
|
||||||
left: -1px; // adjust for image position
|
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');
|
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue