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>
|
<p class="snippet-demo__custom-text-selection">Select some of this text.</p>
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
.snippet-demo__custom-text-selection::selection,
|
.snippet-demo__custom-text-selection::selection {
|
||||||
|
background: red;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.snippet-demo__custom-text-selection::-moz-selection {
|
.snippet-demo__custom-text-selection::-moz-selection {
|
||||||
background: red;
|
background: red;
|
||||||
color: white;
|
color: white;
|
||||||
@ -127,7 +130,8 @@
|
|||||||
84.6%
|
84.6%
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://caniuse.com/#feat=css-selection" target="_blank">https://caniuse.com/#feat=css-selection</a>
|
<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>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.snippet-demo__custom-text-selection::selection,
|
.snippet-demo__custom-text-selection::selection {
|
||||||
|
background: red;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.snippet-demo__custom-text-selection::-moz-selection {
|
.snippet-demo__custom-text-selection::-moz-selection {
|
||||||
background: red;
|
background: red;
|
||||||
color: white;
|
color: white;
|
||||||
@ -37,6 +40,7 @@ Changes the styling of text selection.
|
|||||||
|
|
||||||
#### Browser support
|
#### 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
|
* https://caniuse.com/#feat=css-selection
|
||||||
|
|||||||
Reference in New Issue
Block a user