Bug fix
This commit is contained in:
parent
c7cd1d67bb
commit
8826494f06
4
components/dist/input.js
vendored
4
components/dist/input.js
vendored
@ -1,5 +1,5 @@
|
|||||||
const smInput = document.createElement('template')
|
const smInput = document.createElement('template')
|
||||||
smInput.innerHTML = `
|
smInput.innerHTML = /*html*/`
|
||||||
<style>
|
<style>
|
||||||
*{
|
*{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -154,7 +154,7 @@ smInput.innerHTML = `
|
|||||||
.animate-placeholder .placeholder {
|
.animate-placeholder .placeholder {
|
||||||
transform: scale(0.8);
|
transform: scale(0.8);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: var(--accent-color,teal)
|
color: var(--accent-color,teal);
|
||||||
grid-row: 1/2;
|
grid-row: 1/2;
|
||||||
}
|
}
|
||||||
:host([variant="outlined"]) .input {
|
:host([variant="outlined"]) .input {
|
||||||
|
|||||||
2
components/dist/input.min.js
vendored
2
components/dist/input.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user