Merge pull request #3566 from crazyserver/MOBILE-4239
MOBILE-4239 style: Fix loading border radiusmain
commit
fdf9f996b0
|
@ -1603,6 +1603,10 @@ ion-modal:focus-visible {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
ion-loading:focus-visible {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
--placeholder-color: var(--ion-placeholder-color);
|
||||
--placeholder-opacity: .85;
|
||||
|
|
Loading…
Reference in New Issue