Add FF support for custom text selection
This commit is contained in:
@ -24,7 +24,8 @@ Changes the styling of text selection.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.snippet-demo__custom-text-selection::selection {
|
.snippet-demo__custom-text-selection::selection,
|
||||||
|
.snippet-demo__custom-text-selection::-moz-selection {
|
||||||
background: red;
|
background: red;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user