mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fixes #11
This commit is contained in:
@@ -49,7 +49,8 @@ textarea {
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
display: block;
|
||||
padding: calc(var(--component-spacing) * .5);
|
||||
padding-left: calc(var(--component-spacing) * .5);
|
||||
padding-right: calc(var(--component-spacing) * .5);
|
||||
margin: 0;
|
||||
transition: .1s border-color, .1s background-color, .1s color;
|
||||
white-space: nowrap;
|
||||
@@ -94,6 +95,10 @@ textarea {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
input[type="color"] {
|
||||
padding: calc(var(--component-spacing) * .5);
|
||||
}
|
||||
|
||||
input[type="color"]::-webkit-color-swatch-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user