We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.25.2
3.2.25
edge 版本 93.0.961.38
macOs
https://www.naiveui.com/ 官网的主题编辑器
主题编辑器中 Input 1、将border、borderHover、borderDisabled均设置为:1px solid #dee2e6。 2、再将borderFocus改为 1px solid #df0000。 3、最后boxShadowFocus设置为none之后。
会造成表单input的focus状态不更新,必须移动鼠标才会显示出focus效果。
修复bug
主题编辑器中 Input-->boxShadowFocus设置为none之后,会造成表单input的focus状态不更新,必须移动鼠标才会显示出focus效果。
The text was updated successfully, but these errors were encountered:
看起来是 focus 的优先级比 hover 高,从直觉上想了想感觉确实应该 focus 强一些
Sorry, something went wrong.
b3f173d
fix(input): focus style's priority is lower than hover style, closes t…
c025222
…usen-ai#2480
No branches or pull requests
TuSimple/naive-ui version (版本)
2.25.2
Vue version (Vue 版本)
3.2.25
Browser and its version (浏览器及其版本)
edge 版本 93.0.961.38
System and its version (系统及其版本)
macOs
Reappearance link (重现链接)
https://www.naiveui.com/ 官网的主题编辑器
Reappearance steps (重现步骤)
主题编辑器中 Input
1、将border、borderHover、borderDisabled均设置为:1px solid #dee2e6。
2、再将borderFocus改为 1px solid #df0000。
3、最后boxShadowFocus设置为none之后。
会造成表单input的focus状态不更新,必须移动鼠标才会显示出focus效果。
Expected results (期望的结果)
修复bug
Actual results (实际的结果)
主题编辑器中 Input-->boxShadowFocus设置为none之后,会造成表单input的focus状态不更新,必须移动鼠标才会显示出focus效果。
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: