Fix indicator border radius style when flipped

This commit is contained in:
Andrew Kingston 2021-06-10 09:20:17 +01:00
parent 686205ec4b
commit e35854fae1
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@
align-items: center;
}
.flipped {
border-top-left-radius: 0;
transform: translateY(0%);
top: -2px;
}