Convert jump to unread button

This commit is contained in:
J. Ryan Stinnett 2020-07-31 20:39:17 +01:00
parent 7aaa4997c2
commit 71af4580e8
2 changed files with 3 additions and 19 deletions

View file

@ -51,11 +51,11 @@ limitations under the License.
position: absolute;
width: 36px;
height: 36px;
mask-image: url('$(res)/img/icon-jump-to-first-unread.svg');
mask-image: url('$(res)/img/feather-customised/chevron-down-thin.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: 50%;
mask-size: contain;
background: $muted-fg-color;
transform: rotate(180deg);
}
.mx_TopUnreadMessagesBar_markAsRead {