1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: Input Icon Z-Index Issue with Form Validation (#2525)

This commit is contained in:
Paweł Kuna
2025-11-02 20:48:36 +01:00
committed by GitHub
parent 0042472f9a
commit 6e656ad1de
3 changed files with 44 additions and 0 deletions

View File

@@ -20,10 +20,12 @@ Icon input
top: 0;
bottom: 0;
left: 0;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
height: $input-height;
color: var(--#{$prefix}icon-color);
pointer-events: none;
font-size: 1.2em;