Skip to content

Commit 3f3218e

Browse files
lukewarlownt1m
andcommitted
Update css-forms-1/Overview.bs
Co-authored-by: Tim Nguyen <nt1m@users.noreply.github.com>
1 parent b8c627f commit 3f3218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-forms-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Markup Shorthands: css yes, markdown yes
504504
<div class="example" id="color-swatch-example">
505505
For example, the following example should make the input and its color swatch rounded:
506506

507-
<pre class="lang-css">input[type=color], ::color-swatch { border-radius: 9999px; }</pre>
507+
<pre class="lang-css">input[type=color], ::color-swatch { border-radius: 100%; }</pre>
508508
</div>
509509

510510
## Compatibility With Vendor Pseudo-Element Extensions ## {#vendor-pseudo-element-compatibility}

0 commit comments

Comments
 (0)