Skip to content

Commit

Permalink
Refactor #343 - For MultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 7, 2024
1 parent 612a8d4 commit 429a1c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/styles/primevue/multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.p-multiselect:not(.p-disabled):hover {
@apply border-surface-400 dark:border-surface-600
@apply border-surface-400 dark:border-surface-600
}

.p-multiselect:not(.p-disabled).p-focus {
Expand All @@ -33,7 +33,7 @@

.p-multiselect-dropdown {
@apply flex items-center justify-center shrink-0 bg-transparent
text-surface-500 dark:text-surface-400 w-10 rounded-r-md
text-surface-500 dark:text-surface-400 w-10 rounded-e-md
}

.p-multiselect-label-container {
Expand All @@ -53,7 +53,7 @@
}

.p-multiselect-label-empty {
@apply overflow-hidden opacity-0
@apply overflow-hidden opacity-0
}

.p-multiselect .p-multiselect-overlay {
Expand All @@ -73,7 +73,7 @@
}

.p-multiselect-header .p-checkbox {
@apply mr-2
@apply me-2
}

.p-multiselect-filter-container {
Expand Down Expand Up @@ -120,4 +120,4 @@

.p-multiselect-fluid {
@apply flex
}
}

0 comments on commit 429a1c9

Please sign in to comment.