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:
parent
29938957ff
commit
39c33b0686
@ -52,6 +52,10 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
&::placeholder {
|
||||||
|
font-weight: 400;
|
||||||
|
color: var(--gray-soft-darkest);
|
||||||
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 2px var(--information);
|
box-shadow: 0 0 0 2px var(--information);
|
||||||
@ -107,4 +111,4 @@
|
|||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
color: var(--error);
|
color: var(--error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user