【问题标题】:Blue border color on menu mobile iphone only菜单手机 iphone 上的蓝色边框颜色
【发布时间】:2022-12-13 06:36:45
【问题描述】:

当我在移动设备上打开下拉菜单时,我的菜单按钮周围出现了一个蓝色边框。

我在 android 上没有这个,在 chrome 的检查器中也没有。

我将所有参数设置为无边框。见下图:

【问题讨论】:

  • 看起来像是一种辅助功能,可以知道点击的位置,而不是边框​​,这可以解释为什么只在移动设备上使用。
  • 尝试向其中添加 outline: none

标签: css elementor


【解决方案1】:

它不是border,而是outline。要禁用它,请应用以下样式。也可以自定义大纲,learn more here

.button {
  outline: none;
}
<button class="button">Button without outline</button>

【讨论】:

    猜你喜欢
    • 2011-12-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-03-16
    • 1970-01-01
    • 1970-01-01
    • 2014-03-18
    • 1970-01-01
    相关资源
    最近更新 更多