Skip to content

Commit bf43afc

Browse files
committed
cursor -> caret
1 parent 99983ce commit bf43afc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/theme/css.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@
111111
## 预编辑结构
112112
```html
113113
<div class="fcitx-preedit">
114-
<div class="fcitx-pre-cursor">预bian</div>
115-
<div class="fcitx-cursor fcitx-no-text"></div>
116-
<div class="fcitx-post-cursor">ji</div>
114+
<div class="fcitx-pre-caret">预bian</div>
115+
<div class="fcitx-caret fcitx-no-text"></div>
116+
<div class="fcitx-post-caret">ji</div>
117117
</div>
118118
```
119-
`fcitx-pre-cursor` 是光标前的预编辑文字。
119+
`fcitx-pre-caret` 是光标前的预编辑文字。
120120

121-
`fcitx-cursor` 是光标。
121+
`fcitx-caret` 是光标。
122122

123-
`fcitx-no-text`* 表示非文字形式。当它与 `fcitx-cursor` 结合时,光标是一个(闪烁或静止的)竖条,否则光标是文字形式,如 ``
123+
`fcitx-no-text`* 表示非文字形式。当它与 `fcitx-caret` 结合时,光标是一个(闪烁或静止的)竖条,否则光标是文字形式,如 ``
124124

125-
`fcitx-post-cursor` 是光标后的预编辑文字。
125+
`fcitx-post-caret` 是光标后的预编辑文字。
126126

127127
## 候选词结构
128128
```html

0 commit comments

Comments
 (0)