|
125 | 125 | content: counter(list-1, lower-alpha) '. '; |
126 | 126 | } |
127 | 127 |
|
| 128 | + li.ql-indent-1 .ql-ui:before { |
| 129 | + content: counter(list-1, decimal) '. ' !important; |
| 130 | + } |
| 131 | + |
128 | 132 | li.ordered.ql-indent-1 { |
129 | 133 | counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; |
130 | 134 | } |
|
137 | 141 | content: counter(list-2, lower-roman) '. '; |
138 | 142 | } |
139 | 143 |
|
| 144 | + li.ql-indent-2 .ql-ui:before { |
| 145 | + content: counter(list-2, decimal) '. ' !important; |
| 146 | + } |
| 147 | + |
140 | 148 | li.ordered.ql-indent-2 { |
141 | 149 | counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; |
142 | 150 | } |
|
149 | 157 | content: counter(list-3, decimal) '. '; |
150 | 158 | } |
151 | 159 |
|
| 160 | + li.ql-indent-3 .ql-ui:before { |
| 161 | + content: counter(list-3, decimal) '. ' !important; |
| 162 | + } |
| 163 | + |
152 | 164 | li.ordered.ql-indent-3 { |
153 | 165 | counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; |
154 | 166 | } |
|
161 | 173 | content: counter(list-4, lower-alpha) '. '; |
162 | 174 | } |
163 | 175 |
|
| 176 | + li.ql-indent-4 .ql-ui:before { |
| 177 | + content: counter(list-4, decimal) '. ' !important; |
| 178 | + } |
| 179 | + |
164 | 180 | li.ordered.ql-indent-4 { |
165 | 181 | counter-reset: list-5 list-6 list-7 list-8 list-9; |
166 | 182 | } |
|
173 | 189 | content: counter(list-5, lower-roman) '. '; |
174 | 190 | } |
175 | 191 |
|
| 192 | + li.ql-indent-5 .ql-ui:before { |
| 193 | + content: counter(list-5, decimal) '. ' !important; |
| 194 | + } |
| 195 | + |
176 | 196 | li.ordered.ql-indent-5 { |
177 | 197 | counter-reset: list-6 list-7 list-8 list-9; |
178 | 198 | } |
|
185 | 205 | content: counter(list-6, decimal) '. '; |
186 | 206 | } |
187 | 207 |
|
| 208 | + li.ql-indent-6 .ql-ui:before { |
| 209 | + content: counter(list-6, decimal) '. ' !important; |
| 210 | + } |
| 211 | + |
188 | 212 | li.ordered.ql-indent-6 { |
189 | 213 | counter-reset: list-7 list-8 list-9; |
190 | 214 | } |
|
197 | 221 | content: counter(list-7, lower-alpha) '. '; |
198 | 222 | } |
199 | 223 |
|
| 224 | + li.ql-indent-7 .ql-ui:before { |
| 225 | + content: counter(list-7, decimal) '. ' !important; |
| 226 | + } |
| 227 | + |
200 | 228 | li.ordered.ql-indent-7 { |
201 | 229 | counter-reset: list-8 list-9; |
202 | 230 | } |
|
209 | 237 | content: counter(list-8, lower-roman) '. '; |
210 | 238 | } |
211 | 239 |
|
| 240 | + li.ql-indent-8 .ql-ui:before { |
| 241 | + content: counter(list-8, decimal) '. ' !important; |
| 242 | + } |
| 243 | + |
212 | 244 | li.ordered.ql-indent-8 { |
213 | 245 | counter-reset: list-9; |
214 | 246 | } |
|
221 | 253 | content: counter(list-9, decimal) '. '; |
222 | 254 | } |
223 | 255 |
|
| 256 | + li.ql-indent-9 .ql-ui:before { |
| 257 | + content: counter(list-9, decimal) '. ' !important; |
| 258 | + } |
| 259 | + |
224 | 260 | li.ql-direction-rtl { |
225 | 261 | &::before, |
226 | 262 | &.checked > .ql-ui, |
|
0 commit comments