Convert jump to bottom button

This commit is contained in:
J. Ryan Stinnett 2020-07-31 18:43:11 +01:00
parent f28bce36e1
commit 7aaa4997c2
2 changed files with 2 additions and 35 deletions

View file

@ -67,9 +67,8 @@ limitations under the License.
bottom: 0;
left: 0;
right: 0;
mask: url('$(res)/img/icon-jump-to-bottom.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;
}