Skip to content

Commit

Permalink
Merge pull request #4434 from nextcloud-libraries/fix/36980-fix-contr…
Browse files Browse the repository at this point in the history
…ast_for_selected_item
  • Loading branch information
Pytal committed Aug 17, 2023
2 parents c5b5e83 + 812a92d commit fafebd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NcSelect/NcSelect.vue
Expand Up @@ -1018,6 +1018,8 @@ body {
.vs__selected {
min-height: 36px;
padding: 0 0.5em;
border: 2px var(--vs-selected-border-style) var(--color-border-maxcontrast)!important;
border-radius: calc(var(--vs-border-radius) - 4px)!important;
}
.vs__clear {
Expand Down

0 comments on commit fafebd0

Please sign in to comment.