Bug fixes
This commit is contained in:
parent
743238b6a7
commit
46443231b9
7
components/dist/input.js
vendored
7
components/dist/input.js
vendored
@ -85,6 +85,7 @@ smInput.innerHTML = `
|
||||
width: 100%;
|
||||
outline: none;
|
||||
min-height: var(--min-height);
|
||||
overflow: hidden;
|
||||
}
|
||||
.input.readonly .clear{
|
||||
opacity: 0 !important;
|
||||
@ -131,7 +132,7 @@ smInput.innerHTML = `
|
||||
outline: none;
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
height: 100%;
|
||||
height: 300%;
|
||||
width: 100%;
|
||||
caret-color: var(--accent-color, teal);
|
||||
font-weight: inherit;
|
||||
@ -164,7 +165,9 @@ smInput.innerHTML = `
|
||||
color: rgba(var(--text-color, (17,17,17)), 0.8);
|
||||
background: rgba(var(--foreground-color, (255,255,255)), 1);
|
||||
margin-top: 0.5rem;
|
||||
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
|
||||
box-shadow: 0 0.5rem 1rem rgba(var(--text-color, (17,17,17)), 0.1);
|
||||
z-index: 10;
|
||||
isolation: isolate;
|
||||
}
|
||||
.feedback-text:not(:empty)::before{
|
||||
content: '';
|
||||
|
||||
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
@ -37,6 +37,12 @@
|
||||
|
||||
<body>
|
||||
<sm-form>
|
||||
<sm-input placeholder="fafh" value="" animate required>
|
||||
<sm-button slot="right" type="submit">Submit</sm-button>
|
||||
</sm-input>
|
||||
<sm-input placeholder="fafh" value="" animate required>
|
||||
<sm-button slot="right" type="submit">Submit</sm-button>
|
||||
</sm-input>
|
||||
<sm-input placeholder="fafh" value="" animate required>
|
||||
<sm-button slot="right" type="submit">Submit</sm-button>
|
||||
</sm-input>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user