Merge branch 'next' into ROU-12076

This commit is contained in:
João Ferreira
2025-11-04 11:00:57 +00:00
committed by GitHub
3 changed files with 7 additions and 10 deletions

View File

@ -129,13 +129,6 @@
background: var(--separator-color); background: var(--separator-color);
} }
// Fills
// --------------------------------------------------
:host(.input-otp-fill-outline) {
--background: none;
}
// States // States
// -------------------------------------------------- // --------------------------------------------------

View File

@ -68,20 +68,24 @@
// -------------------------------------------------- // --------------------------------------------------
:host(.input-otp-shape-round) { :host(.input-otp-shape-round) {
--border-radius: #{globals.$ion-border-radius-400}; --border-radius: #{globals.$ion-round-xl};
} }
:host(.input-otp-shape-soft) { :host(.input-otp-shape-soft) {
--border-radius: #{globals.$ion-border-radius-200}; --border-radius: #{globals.$ion-soft-xl};
} }
:host(.input-otp-shape-rectangular) { :host(.input-otp-shape-rectangular) {
--border-radius: #{globals.$ion-border-radius-0}; --border-radius: #{globals.$ion-rectangular-xl};
} }
// Fills // Fills
// -------------------------------------------------- // --------------------------------------------------
:host(.input-otp-fill-outline) {
--background: #{globals.$ion-bg-input-default};
}
:host(.input-otp-fill-solid) { :host(.input-otp-fill-solid) {
--border-color: #{globals.$ion-bg-input-bold-default}; --border-color: #{globals.$ion-bg-input-bold-default};
--background: #{globals.$ion-bg-input-bold-default}; --background: #{globals.$ion-bg-input-bold-default};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB