Add FF support for custom text selection
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user