Skip to content

Commit 4dde38f

Browse files
[css-ui-4] スタイル編集
• dark モードで不可視になっていた例を修正して色も調整
1 parent 78fa432 commit 4dde38f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-ui-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,7 +3634,7 @@ <h4 title="Animation of the insertion caret: caret-animation">5.2.2. 挿入~care
36343634
<pre class="lang-css">
36353635
textarea {
36363636
caret-animation: manual;
3637-
caret-color: blue;
3637+
caret-color: turquoise【!blue;
36383638
animation: caret-alternate 2s step-end infinite;
36393639
}
36403640
@keyframes caret-alternate {
@@ -3650,9 +3650,9 @@ <h4 title="Animation of the insertion caret: caret-animation">5.2.2. 挿入~care
36503650
</p>
36513651

36523652
<div
3653-
style="border:inset; background: white; width: 10em;"
3653+
style="border:inset; width:10em;"
36543654
>
3655-
色を行来する~caretを伴う~text区画<span style="border-right: 2px solid blue; animation: caret-alternate-ref 2s step-end infinite;"></span>
3655+
色を行来する~caretを伴う~text区画<span style="border-right: 2px solid turquoise; animation: caret-alternate-ref 2s step-end infinite;"></span>
36563656
36573657
Text area with color-alternating caret
36583658
</div>
@@ -3665,7 +3665,7 @@ <h4 title="Animation of the insertion caret: caret-animation">5.2.2. 挿入~care
36653665
</p>
36663666

36673667
<div contenteditable="true"
3668-
style="border:inset; background: white; width: 10em; caret-animation: manual; caret-color: blue; animation: caret-alternate-test 2s step-end infinite;"
3668+
style="border:inset; width:10em; caret-animation: manual; caret-color: turquoise; animation: caret-alternate-test 2s step-end infinite;"
36693669
>
36703670
色を行来する~caretを伴う~text区画
36713671

0 commit comments

Comments
 (0)