We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box-sizing
1 parent e02113a commit 841f71aCopy full SHA for 841f71a
packages/@adobe/spectrum-css-temp/components/textfield/index.css
@@ -227,6 +227,7 @@ governing permissions and limitations under the License.
227
/* TODO: Confirm if this is ok for the validation icon sizing
228
Note that the sizes are a bit different when compared with old background icons(more noticable for checkmark)
229
*/
230
+ box-sizing: content-box;
231
position: absolute;
232
padding-inline-end: calc(var(--spectrum-textfield-padding-x, var(--spectrum-global-dimension-size-150)) / 2);
233
pointer-events: all;
0 commit comments