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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user