Skip to content

Commit

Permalink
Refactor #349 - For Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent f1abd44 commit 01d120a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/styles/primevue/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
}

.p-tooltip-right .p-tooltip-arrow {
@apply -mt-1 border-[.25rem] border-l-0 border-r-surface-700
@apply -mt-1 border-[.25rem] border-s-0 border-e-surface-700 rtl:rotate-180
}

.p-tooltip-left .p-tooltip-arrow {
@apply -mt-1 border-[.25rem] border-r-0 border-l-surface-700
@apply -mt-1 border-[.25rem] border-e-0 border-s-surface-700 rtl:rotate-180
}

.p-tooltip-top .p-tooltip-arrow {
@apply -ml-1 border-[.25rem] border-b-0 border-t-surface-700
@apply -ms-1 border-[.25rem] border-b-0 border-t-surface-700
}

.p-tooltip-bottom .p-tooltip-arrow {
@apply -ml-1 border-[.25rem] border-t-0 border-b-surface-700
}
@apply -ms-1 border-[.25rem] border-t-0 border-b-surface-700
}

0 comments on commit 01d120a

Please sign in to comment.