We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c627f commit 3f3218eCopy full SHA for 3f3218e
css-forms-1/Overview.bs
@@ -504,7 +504,7 @@ Markup Shorthands: css yes, markdown yes
504
<div class="example" id="color-swatch-example">
505
For example, the following example should make the input and its color swatch rounded:
506
507
- <pre class="lang-css">input[type=color], ::color-swatch { border-radius: 9999px; }</pre>
+ <pre class="lang-css">input[type=color], ::color-swatch { border-radius: 100%; }</pre>
508
</div>
509
510
## Compatibility With Vendor Pseudo-Element Extensions ## {#vendor-pseudo-element-compatibility}
0 commit comments