::selection quirk
Wondered why this ISN´T WORKING (in ff):
::selection, ::-moz-selection {
background: red
}
turned out that this IS WORKING (in ff):
::-moz-selection {
background: red
}
::selection {
background: red
}
::-webkit-selection seems already to be out of date.
Written by Frank Lämmer
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#