Fix indicator border radius style when flipped

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

View File

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