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')
|
||||
smInput.innerHTML = `
|
||||
smInput.innerHTML = /*html*/`
|
||||
<style>
|
||||
*{
|
||||
padding: 0;
|
||||
@ -154,7 +154,7 @@ smInput.innerHTML = `
|
||||
.animate-placeholder .placeholder {
|
||||
transform: scale(0.8);
|
||||
opacity: 1;
|
||||
color: var(--accent-color,teal)
|
||||
color: var(--accent-color,teal);
|
||||
grid-row: 1/2;
|
||||
}
|
||||
: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