|  | 
| 8 | 8 | @import '@zendeskgarden/css-variables'; | 
| 9 | 9 | 
 | 
| 10 | 10 | /* stylelint-disable declaration-no-important */ | 
| 11 |  | -.u-list-style-circle { list-style: circle inside !important; } | 
|  | 11 | +.u-list-style-circle { | 
|  | 12 | +  list-style: circle outside !important; | 
|  | 13 | +} | 
| 12 | 14 | 
 | 
| 13 |  | -.u-list-style-decimal { list-style: decimal inside !important; } | 
|  | 15 | +.u-list-style-decimal { | 
|  | 16 | +  list-style: decimal outside !important; | 
|  | 17 | +} | 
| 14 | 18 | 
 | 
| 15 |  | -/* stylelint-disable-next-line max-line-length */ | 
| 16 |  | -.u-list-style-decimal-leading-zero { list-style: decimal-leading-zero inside !important; } | 
|  | 19 | +.u-list-style-decimal-leading-zero { | 
|  | 20 | +  list-style: decimal-leading-zero outside !important; | 
|  | 21 | +} | 
| 17 | 22 | 
 | 
| 18 |  | -.u-list-style-disc { list-style: disc inside !important; } | 
|  | 23 | +.u-list-style-disc { | 
|  | 24 | +  list-style: disc outside !important; | 
|  | 25 | +} | 
| 19 | 26 | 
 | 
| 20 |  | -.u-list-style-lower-alpha { list-style: lower-alpha inside !important; } | 
|  | 27 | +.u-list-style-lower-alpha { | 
|  | 28 | +  list-style: lower-alpha outside !important; | 
|  | 29 | +} | 
| 21 | 30 | 
 | 
| 22 |  | -.u-list-style-lower-roman { list-style: lower-roman inside !important; } | 
|  | 31 | +.u-list-style-lower-roman { | 
|  | 32 | +  list-style: lower-roman outside !important; | 
|  | 33 | +} | 
| 23 | 34 | 
 | 
| 24 |  | -.u-list-style-none { list-style: none inside !important; } | 
|  | 35 | +.u-list-style-none { | 
|  | 36 | +  list-style: none outside !important; | 
|  | 37 | +} | 
| 25 | 38 | 
 | 
| 26 |  | -.u-list-style-square { list-style: square inside !important; } | 
|  | 39 | +.u-list-style-square { | 
|  | 40 | +  list-style: square outside !important; | 
|  | 41 | +} | 
| 27 | 42 | 
 | 
| 28 |  | -.u-list-style-upper-alpha { list-style: upper-alpha inside !important; } | 
|  | 43 | +.u-list-style-upper-alpha { | 
|  | 44 | +  list-style: upper-alpha outside !important; | 
|  | 45 | +} | 
| 29 | 46 | 
 | 
| 30 |  | -.u-list-style-upper-roman { list-style: upper-roman inside !important; } | 
|  | 47 | +.u-list-style-upper-roman { | 
|  | 48 | +  list-style: upper-roman outside !important; | 
|  | 49 | +} | 
| 31 | 50 | /* stylelint-enable declaration-no-important */ | 
|  | 51 | + | 
|  | 52 | +[class^='u-list-style-'] { | 
|  | 53 | +  margin-left: 24px; | 
|  | 54 | +  padding: 0; | 
|  | 55 | +} | 
|  | 56 | + | 
|  | 57 | +[class^='u-list-style-'].is-rtl { | 
|  | 58 | +  direction: rtl; | 
|  | 59 | +  margin-right: 24px; | 
|  | 60 | +  margin-left: 0; | 
|  | 61 | +} | 
|  | 62 | + | 
|  | 63 | +.u-list-style-decimal > li, | 
|  | 64 | +.u-list-style-decimal-leading-zero > li, | 
|  | 65 | +.u-list-style-lower-alpha > li, | 
|  | 66 | +.u-list-style-lower-roman > li, | 
|  | 67 | +.u-list-style-upper-alpha > li, | 
|  | 68 | +.u-list-style-upper-roman > li { | 
|  | 69 | +  margin-left: -4px; | 
|  | 70 | +  padding-left: 4px; | 
|  | 71 | +} | 
|  | 72 | + | 
|  | 73 | +.u-list-style-decimal.is-rtl > li, | 
|  | 74 | +.u-list-style-decimal-leading-zero.is-rtl > li, | 
|  | 75 | +.u-list-style-lower-alpha.is-rtl > li, | 
|  | 76 | +.u-list-style-lower-roman.is-rtl > li, | 
|  | 77 | +.u-list-style-upper-alpha.is-rtl > li, | 
|  | 78 | +.u-list-style-upper-roman.is-rtl > li { | 
|  | 79 | +  margin-right: -4px; | 
|  | 80 | +  margin-left: 0; | 
|  | 81 | +  padding-right: 4px; | 
|  | 82 | +  padding-left: 0; | 
|  | 83 | +} | 
0 commit comments