Allow tags to be removed with the keyboard
We improved accessibility by overwriting the setIcon method in the library. Now we render a button and add the aria-label attribute.
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
margin-top: $line-height / 2;
|
||||
}
|
||||
|
||||
.remove-tag {
|
||||
color: $white;
|
||||
|
||||
&:focus {
|
||||
outline: $outline-focus;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
@include header-font-size(h4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user