Fix: controls are misaligned and missing arrow icon

This commit is contained in:
Ambar Mutha
2021-08-03 00:31:11 +05:30
parent d69b6c841c
commit cad7605424
4 changed files with 15 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
.arrow {
margin-left: 25px;
height: 16px;
-webkit-mask: url(/right-arrow.svg) no-repeat center;
mask: url(/right-arrow.svg) no-repeat center;
-webkit-mask: url(/images/right-arrow.svg) no-repeat center;
mask: url(/images/right-arrow.svg) no-repeat center;
background-color: #7e7e93;
}
div:hover .arrow {