Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41324

    Hi,

    I have an issue with ordered lists

      . The problem is that the color is not applied to the number, neither inherited from the inner <span> nor applied directly to the
      . I am using version 4.0.20, although I’ve tried with the latest one and the issue persists. Attached is an example of my HTML.

      Thanks!

    Attachments:
    You must be logged in to view attached files.
    #41326

    The website itself translated the tags; the bullet points were originally the ol tag.

    #41340

    In fact, the correct way to set the color is using the ::marker pseudo:

    ol li::marker { color: red; } ul li::marker { color: purple; }

    However, surprisingly this doesn’t work either.

    We’ll fix the issue with the forthcoming patch level build

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.