mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:25:42 +08:00
fix(a11y): Tag selection modal input visibility
This commit is contained in:
parent
903026a7e4
commit
da83e0c1a0
@ -44,6 +44,7 @@
|
||||
}
|
||||
}
|
||||
.TagsInput {
|
||||
.add-keyboard-focus-ring(":focus-within");
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
overflow: hidden;
|
||||
@ -57,6 +58,7 @@
|
||||
border: 0 !important;
|
||||
padding: 0;
|
||||
max-width: 100%;
|
||||
min-width: 1ch;
|
||||
margin-right: -100%;
|
||||
background: transparent !important;
|
||||
}
|
||||
@ -66,6 +68,7 @@
|
||||
}
|
||||
.TagsInput-selected {
|
||||
.TagsInput-tag {
|
||||
display: inline-flex;
|
||||
margin-right: 5px;
|
||||
|
||||
&:last-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user