Replaced anchor by span to prevent accessibility error

This commit is contained in:
Alejandro Celaya
2018-08-20 10:04:17 +02:00
parent 84d012d7af
commit d84bf01937
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
margin-left: 8px;
}
.react-tagsinput-tag a::before {
.react-tagsinput-tag span::before {
content: "\2715";
color: #fff;
}