From 29efca96a446cf732c82e5a746b891c7e36b4364 Mon Sep 17 00:00:00 2001 From: Jay George Date: Fri, 26 Sep 2025 10:08:43 +0100 Subject: [PATCH] Fixes the border-radius of the focus state when Bard is in floating toolbar mode --- resources/css/components/fieldtypes/bard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/components/fieldtypes/bard.css b/resources/css/components/fieldtypes/bard.css index ee28e6032c..0bb7028edd 100644 --- a/resources/css/components/fieldtypes/bard.css +++ b/resources/css/components/fieldtypes/bard.css @@ -11,7 +11,7 @@ .bard-editor { /* We need a transparent border inside Bard to properly see the focus outline. Without this border, the focus outline is hairline-thin */ border: 1px solid transparent; - @apply relative rounded-b-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100; + @apply relative rounded-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100; /* The focus state inherits this */ > * { @apply rounded-b-lg;