Skip to content

Commit

Permalink
Refactor #344 - For Tree
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 7, 2024
1 parent fa1443c commit 4046561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.p-tree-node-children {
@apply pt-[2px] pr-0 pb-0 pl-4
@apply pt-[2px] pe-0 pb-0 ps-4
}

.p-tree-node {
Expand Down Expand Up @@ -45,7 +45,7 @@

.p-tree-node-toggle-button {
@apply cursor-pointer select-none inline-flex justify-center rounded-full items-center overflow-hidden relative flex-shrink-0
w-7 h-7 p-0 transition-colors duration-200 border-none
w-7 h-7 p-0 transition-colors duration-200 border-none
bg-transparent enabled:hover:bg-surface-100 dark:enabled:hover:bg-surface-800
text-surface-500 dark:text-surface-400 enabled:hover:text-surface-600 dark:enabled:hover:text-surface-300
}
Expand Down Expand Up @@ -100,4 +100,4 @@

.p-tree-flex-scrollable .p-tree-root {
@apply flex-1
}
}

0 comments on commit 4046561

Please sign in to comment.