fix refresh-button staying yellow on mobile devices ++

This commit is contained in:
2021-10-24 17:45:15 +02:00
committed by Giovanni Harting
parent 16a5451838
commit 4db3046d87

View File

@@ -434,7 +434,6 @@ export default {
await GetPlayer().then(() => {
setTimeout(() => {
refreshButton.classList.remove('animate')
refreshButton.blur()
}, 2000)
})
}
@@ -864,6 +863,15 @@ table {
top: 25px;
}
.refresh-btn {
&:hover,
&:focus {
.fas {
color: white !important;
}
}
}
.map {
padding-left: 2.2rem !important;
}