This commit is contained in:
Cory LaViska
2024-12-19 12:43:29 -05:00
parent e87c725e07
commit 2bf7ebbb71

View File

@@ -1,12 +1,13 @@
input[type='color'] {
display: block;
border-radius: calc(infinity * 1px);
background: transparent;
padding: 3px;
aspect-ratio: 1;
width: calc(var(--wa-form-control-height) - 2px);
height: auto;
height: calc(var(--wa-form-control-height) - 2px);
border: var(--wa-border-width-s) var(--wa-border-style) var(--wa-form-control-resting-color);
cursor: pointer;
margin-block-start: 3px;
forced-color-adjust: none;
&::-webkit-color-swatch-wrapper {