From 3c5696cb25e577a39420a5dc29669f959e015d75 Mon Sep 17 00:00:00 2001 From: David Featherston Date: Wed, 21 Aug 2024 15:44:30 +1000 Subject: [PATCH] fix(@dpc-sdp/ripple-ui-core): remove RTL 'before' list styles --- .../src/styles/utilities/_lists.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/packages/ripple-ui-core/src/styles/utilities/_lists.css b/packages/ripple-ui-core/src/styles/utilities/_lists.css index 989acb2256..5a3e68dda2 100644 --- a/packages/ripple-ui-core/src/styles/utilities/_lists.css +++ b/packages/ripple-ui-core/src/styles/utilities/_lists.css @@ -165,20 +165,3 @@ padding: 0 var(--rpl-sp-2) var(--rpl-sp-2) 0; } } - -[dir='rtl'] .rpl-type-list-ul, -[dir='rtl'] .rpl-content ul { - > li { - &::before { - content: ''; - display: block; - position: absolute; - top: 1.1rem; - right: -0.9rem; - background-color: currentcolor; - width: 0.5rem; - height: 0.5rem; - border-radius: 50%; - } - } -}