From c51b9233b3fb87c646fad6b1a6c383ff0c7aa183 Mon Sep 17 00:00:00 2001 From: Merissa Weinstein Date: Mon, 18 Nov 2024 09:48:27 -0600 Subject: [PATCH] decrease bit-item ring size (#12017) --- libs/components/src/item/item.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/src/item/item.component.html b/libs/components/src/item/item.component.html index 46cee89759..abfcad7878 100644 --- a/libs/components/src/item/item.component.html +++ b/libs/components/src/item/item.component.html @@ -2,7 +2,7 @@ class="tw-box-border tw-overflow-auto tw-flex tw-bg-background [&:has(.item-main-content_button:hover,.item-main-content_a:hover)]:tw-cursor-pointer [&:has(.item-main-content_button:hover,.item-main-content_a:hover)]:tw-bg-primary-100 tw-text-main tw-border-solid tw-border-b tw-border-0 [&:not(bit-layout_*)]:tw-rounded-lg tw-mb-1.5" [ngClass]=" focusVisibleWithin() - ? 'tw-z-10 tw-rounded tw-outline-none tw-ring tw-ring-primary-600 tw-border-transparent' + ? 'tw-z-10 tw-rounded tw-outline-none tw-ring-2 tw-ring-primary-600 tw-border-transparent' : 'tw-border-b-shadow' " >