Fix focused select border

This commit is contained in:
Cohee
2023-06-28 11:06:57 +03:00
parent 914282faf0
commit 7bec130bf7

View File

@@ -4870,6 +4870,10 @@ body.waifuMode .zoomed_avatar {
padding: 3px 5px;
}
.select2-container.select2-container--focus .select2-selection--multiple {
border: 1px solid var(--white30a);
}
.select2-container .select2-selection--multiple .select2-selection__choice {
border-radius: 5px;
border-style: solid;