Skip to content

Commit

Permalink
fix(a11y): Tag selection modal input visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 authored and luceos committed May 9, 2022
1 parent 903026a commit da83e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/tags/less/forum/TagDiscussionModal.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}
}
.TagsInput {
.add-keyboard-focus-ring(":focus-within");
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
Expand All @@ -57,6 +58,7 @@
border: 0 !important;
padding: 0;
max-width: 100%;
min-width: 1ch;
margin-right: -100%;
background: transparent !important;
}
Expand All @@ -66,6 +68,7 @@
}
.TagsInput-selected {
.TagsInput-tag {
display: inline-flex;
margin-right: 5px;

&:last-child {
Expand Down

0 comments on commit da83e0c

Please sign in to comment.