From 69547d4800191ce64a18a39428b3fc3aa644b7ac Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 31 Aug 2022 16:19:42 -0500 Subject: [PATCH] remove unused styles --- src/components/tree-item/tree-item.styles.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/tree-item/tree-item.styles.ts b/src/components/tree-item/tree-item.styles.ts index f2813feb5..9995ce60a 100644 --- a/src/components/tree-item/tree-item.styles.ts +++ b/src/components/tree-item/tree-item.styles.ts @@ -55,10 +55,6 @@ export default css` transform: rotate(-90deg); } - .tree-item--rtl { - outline: dotted 1px tomato; - } - .tree-item__checkbox::part(base) { display: flex; align-items: center;