[Webkit-unassigned] [Bug 209822] Cannot style ::selection for a flex container

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 11:39:10 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209822

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koivisto at iki.fi,
                   |                            |megan_gardner at apple.com,
                   |                            |simon.fraser at apple.com,
                   |                            |webkit-bug-importer at group.a
                   |                            |pple.com, zalan at apple.com
            Summary|Selection on a flex         |Cannot style ::selection
                   |container does not show     |for a flex container

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
<style>
.example {
  display: flex;
}

.example::selection {
  background: red !important;
}
</style>
<div class="example">
  some text
</div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200331/46a8b875/attachment.htm>


More information about the webkit-unassigned mailing list