Skip to content

Commit 3b68331

Browse files
Fix active highlight size for single-select (#3819)
1 parent ef9cae6 commit 3b68331

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Core/Components/List/FluentAutocomplete.razor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
display: none;
5555
}
5656

57+
.fluent-autocomplete-multiselect[single-select] ::deep fluent-text-field:not([disabled]):active::after {
58+
width: 100%;
59+
}
60+
5761
.fluent-autocomplete-multiselect[single-select] ::deep fluent-text-field::part(start) {
5862
max-width: calc(100% - 40px);
5963
text-overflow: ellipsis;

0 commit comments

Comments
 (0)