Skip to content

Commit

Permalink
Fixed #369
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 16, 2024
1 parent 5b6e2a4 commit e011df7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/styles/primevue/cascadeselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
text-surface-500 dark:text-surface-400 w-10 rounded-e-md
}

.p-cascadeselect-clear-icon {
@apply absolute top-1/2 -mt-2 text-surface-500 dark:text-surface-400 end-10
}

.p-cascadeselect-label {
@apply block whitespace-nowrap overflow-hidden flex-auto w-[1%]
py-2 px-3 overflow-ellipsis
Expand All @@ -41,10 +45,6 @@
@apply text-surface-500 dark:text-surface-400
}

.p-cascadeselect-clearable .p-cascadeselect-label {
@apply pe-7
}

.p-cascadeselect.p-disabled .p-cascadeselect-label {
@apply text-surface-500 dark:text-surface-400
}
Expand Down
4 changes: 4 additions & 0 deletions assets/styles/primevue/multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
text-surface-500 dark:text-surface-400 w-10 rounded-e-md
}

.p-multiselect-clear-icon {
@apply absolute top-1/2 -mt-2 text-surface-500 dark:text-surface-400 end-10
}

.p-multiselect-label-container {
@apply overflow-hidden flex-auto
}
Expand Down
4 changes: 4 additions & 0 deletions assets/styles/primevue/treeselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
text-surface-500 dark:text-surface-400 w-10 rounded-e-md
}

.p-treeselect-clear-icon {
@apply absolute top-1/2 -mt-2 text-surface-500 dark:text-surface-400 end-10
}

.p-treeselect-label-container {
@apply overflow-hidden flex-auto
}
Expand Down

0 comments on commit e011df7

Please sign in to comment.