1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(style) fix placeholder appearance

Credits goes to @Vincent
This commit is contained in:
Sylvain 2022-04-06 12:32:41 +02:00
parent 29938957ff
commit 39c33b0686

View File

@ -52,6 +52,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&::placeholder {
font-weight: 400;
color: var(--gray-soft-darkest);
}
&:focus {
outline: none;
box-shadow: 0 0 0 2px var(--information);
@ -107,4 +111,4 @@
margin-top: 0.4rem;
color: var(--error);
}
}
}