Skip to content

Commit 0419f5e

Browse files
committed
MOBILE-4239 style: Fix loading border radius
1 parent 2cf2591 commit 0419f5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/theme/theme.base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,10 @@ ion-modal:focus-visible {
16031603
box-shadow: none;
16041604
}
16051605

1606+
ion-loading:focus-visible {
1607+
border-radius: 0;
1608+
}
1609+
16061610
input {
16071611
--placeholder-color: var(--ion-placeholder-color);
16081612
--placeholder-opacity: .85;

0 commit comments

Comments
 (0)