语义-UI主题集中输入文本颜色

时间:2018-04-20 18:27:17

标签: gulp less semantic-ui theming

这是我第一次使用Semantic-UI,我无法找到修改焦点输入文字颜色的选项。我能够改变每一种颜色但是这一种颜色。我正在使用默认主题。

到目前为止,这是我的site.variables:

@focusColor

我还尝试修改input.variables中的params属性,但它也没有。

以下是不同状态的输入:

manual they are stored in WKB

unfocusedplaceholder

focusedplaceholder

focusedwriting

1 个答案:

答案 0 :(得分:1)

除非上次我使用Semantic-UI后这种情况发生了变化,否则我不记得你是一个可以改变的变量。你最好使用一些CSS来完成你想要的。见下文:

input:focus {
  color: red
}

CSS Input field text color of inputted text