gpt4 book ai didi

html - CSS 在聚焦时摆脱文本区域/选择中的蓝色轮廓

转载 作者:行者123 更新时间:2023-11-28 16:32:28 25 4
gpt4 key购买 nike

我已经知道如何使用

摆脱文本输入轮廓
input:focus {
outline:none;
}

但它不适用于文本区域和选择。谢谢

编辑:已经尝试过 textarea:focus 和 select:focus,但它们不起作用。

最佳答案

不需要 :focus 你可以简单地做到这一点

input[type="text"], textarea, select {outline:none}

这是工作演示 Link

关于html - CSS 在聚焦时摆脱文本区域/选择中的蓝色轮廓,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35113711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com