Merge pull request #3566 from crazyserver/MOBILE-4239

MOBILE-4239 style: Fix loading border radius
main
Dani Palou 2023-02-24 11:43:05 +01:00 committed by GitHub
commit fdf9f996b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;