fix color of location share caret (#7917)

Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
Kerry
2022-03-01 08:53:28 +00:00
committed by GitHub
parent 4bf42babc7
commit 36adba101c
4 changed files with 34 additions and 10 deletions
+16 -1
View File
@@ -58,7 +58,22 @@ limitations under the License.
.mx_MLocationBody_pointer {
position: absolute;
bottom: -3px;
left: 12px;
left: 11px;
width: 9px;
height: 5px;
&::before {
mask-image: url('$(res)/img/location/pointer.svg');
mask-position: center;
mask-repeat: no-repeat;
mask-size: 9px;
content: '';
display: inline-block;
width: 9px;
height: 5px;
position: absolute;
background-color: $accent;
}
}
}
+16 -1
View File
@@ -38,7 +38,22 @@ limitations under the License.
.mx_MLocationBody_pointer {
position: absolute;
bottom: -3px;
left: 12px;
left: 11px;
width: 9px;
height: 5px;
&::before {
mask-image: url('$(res)/img/location/pointer.svg');
mask-position: center;
mask-repeat: no-repeat;
mask-size: 9px;
content: '';
display: inline-block;
width: 9px;
height: 5px;
position: absolute;
background-color: $accent;
}
}
.mx_MLocationBody_markerContents {