Make placeholder more grey when no input (fixes #17243)
The placeholder is actually the label in this case.
This commit is contained in:
parent
eb0859c4a6
commit
b257393d74
2 changed files with 0 additions and 5 deletions
|
@ -100,7 +100,6 @@ limitations under the License.
|
|||
color 0.25s ease-out 0.1s,
|
||||
transform 0.25s ease-out 0.1s,
|
||||
background-color 0.25s ease-out 0.1s;
|
||||
color: $primary-content;
|
||||
background-color: transparent;
|
||||
font-size: $font-14px;
|
||||
transform: translateY(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue