rebuild docs

This commit is contained in:
atomiks
2018-02-26 20:19:36 +10:00
parent 48fc05a69b
commit c91818a069
4 changed files with 18 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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