From 01d120a8cee2d6c282648f8e208a8f89b3d04d1c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 8 Nov 2024 09:21:25 +0300 Subject: [PATCH] Refactor #349 - For Tooltip --- assets/styles/primevue/tooltip.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/styles/primevue/tooltip.css b/assets/styles/primevue/tooltip.css index 787da864..a7aac722 100644 --- a/assets/styles/primevue/tooltip.css +++ b/assets/styles/primevue/tooltip.css @@ -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 -} \ No newline at end of file + @apply -ms-1 border-[.25rem] border-t-0 border-b-surface-700 +}