Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ governing permissions and limitations under the License.
/* TODO: Confirm if this is ok for the validation icon sizing
Note that the sizes are a bit different when compared with old background icons(more noticable for checkmark)
*/
box-sizing: content-box;
position: absolute;
padding-inline-end: calc(var(--spectrum-textfield-padding-x, var(--spectrum-global-dimension-size-150)) / 2);
pointer-events: all;
Expand Down