::selection
A pseudo-element that styles the part of a document that has been highlighted by the user (usually by clicking and dragging with the mouse).
Syntax
/* Usage Example */
::selection {
/* Changes the default blue highlight color to your brand color */
background: var(--brand-accent);
color: white;
}
::selection Browser support
Limited availability
Since
2020 84% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
1+
62+
1.1+
12+