[Resolved] please consider adding ::selection color to colors settings.

Home Forums Support [Resolved] please consider adding ::selection color to colors settings.

Home Forums Support please consider adding ::selection color to colors settings.

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #870907
    Silvio

    as simple as it is. This would be useful to have in the customizer.

    ::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
    }

    ::selection {
    color: red;
    background: yellow;
    }

    #870974
    Tom
    Lead Developer
    Lead Developer

    Kind of a cool idea, although it is really easy to add with some CSS. I’ll keep it in mind.

    Thanks! 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.