Show error background in FormTokenField

[PREMIUM-213]
This commit is contained in:
David Remer
2022-12-14 11:57:04 +02:00
committed by Aschepikov
parent 34347f241d
commit c2b9e33b79

View File

@ -36,7 +36,8 @@
input, input,
select, select,
textarea { textarea,
input[type='text'].components-form-token-field__input {
background: right top/26px no-repeat url('../../img/icons/alert.svg'); background: right top/26px no-repeat url('../../img/icons/alert.svg');
padding-right: 26px; padding-right: 26px;
} }