Add FF support for custom text selection

This commit is contained in:
atomiks
2018-02-26 20:14:09 +10:00
parent 6666212945
commit 5596dbe926

View File

@ -24,7 +24,8 @@ Changes the styling of text selection.
</div>
<style>
.snippet-demo__custom-text-selection::selection {
.snippet-demo__custom-text-selection::selection,
.snippet-demo__custom-text-selection::-moz-selection {
background: red;
color: white;
}