Skip to content

Commit

Permalink
Merge pull request #1302 from dpc-sdp/bugfix/rtl-lists
Browse files Browse the repository at this point in the history
[SDPSUP-7379] fix RTL lists bullet point
  • Loading branch information
lambry authored Aug 22, 2024
2 parents b816389 + 3c5696c commit cb1e45f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/ripple-ui-core/src/styles/utilities/_lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}
}

0 comments on commit cb1e45f

Please sign in to comment.