rebuild docs
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -113,7 +113,10 @@
|
||||
<p class="snippet-demo__custom-text-selection">Select some of this text.</p>
|
||||
</div>
|
||||
<style>
|
||||
.snippet-demo__custom-text-selection::selection,
|
||||
.snippet-demo__custom-text-selection::selection {
|
||||
background: red;
|
||||
color: white;
|
||||
}
|
||||
.snippet-demo__custom-text-selection::-moz-selection {
|
||||
background: red;
|
||||
color: white;
|
||||
@ -127,7 +130,8 @@
|
||||
84.6%
|
||||
</div>
|
||||
</div>
|
||||
<p><span class="snippet__support-note">⚠️ Requires prefixes for full support.</span></p>
|
||||
<p><span class="snippet__support-note">⚠️ Requires prefixes for full support and is not actually
|
||||
in any specification.</span></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://caniuse.com/#feat=css-selection" target="_blank">https://caniuse.com/#feat=css-selection</a>
|
||||
|
||||
@ -24,7 +24,10 @@ Changes the styling of text selection.
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.snippet-demo__custom-text-selection::selection,
|
||||
.snippet-demo__custom-text-selection::selection {
|
||||
background: red;
|
||||
color: white;
|
||||
}
|
||||
.snippet-demo__custom-text-selection::-moz-selection {
|
||||
background: red;
|
||||
color: white;
|
||||
@ -37,6 +40,7 @@ Changes the styling of text selection.
|
||||
|
||||
#### Browser support
|
||||
|
||||
<span class="snippet__support-note">⚠️ Requires prefixes for full support.</span>
|
||||
<span class="snippet__support-note">⚠️ Requires prefixes for full support and is not actually
|
||||
in any specification.</span>
|
||||
|
||||
* https://caniuse.com/#feat=css-selection
|
||||
|
||||
Reference in New Issue
Block a user