Fix double nav arrows on iOS

This commit is contained in:
mDuo13
2021-07-01 18:28:03 -07:00
parent 092896883f
commit 52f778d7ab
2 changed files with 3 additions and 3 deletions

View File

@@ -454,12 +454,12 @@
}
}
.dropdown.show .dropdown-toggle::after {
text-indent: 1rem;
text-indent: 5rem;
}
.dropdown:not(.show) .dropdown-toggle::before {
width: 0;
height: 0;
text-indent: -1rem;
text-indent: -5rem;
}
.dropdown-toggle.with-caret {