1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

fix(a11y): Tag selection modal input visibility

This commit is contained in:
SychO9
2022-05-06 11:55:14 +01:00
committed by Daniël Klabbers
parent 903026a7e4
commit da83e0c1a0

View File

@@ -44,6 +44,7 @@
} }
} }
.TagsInput { .TagsInput {
.add-keyboard-focus-ring(":focus-within");
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
overflow: hidden; overflow: hidden;
@@ -57,6 +58,7 @@
border: 0 !important; border: 0 !important;
padding: 0; padding: 0;
max-width: 100%; max-width: 100%;
min-width: 1ch;
margin-right: -100%; margin-right: -100%;
background: transparent !important; background: transparent !important;
} }
@@ -66,6 +68,7 @@
} }
.TagsInput-selected { .TagsInput-selected {
.TagsInput-tag { .TagsInput-tag {
display: inline-flex;
margin-right: 5px; margin-right: 5px;
&:last-child { &:last-child {