【问题标题】:remove this light blue glow around mat form field [duplicate]移除垫子表单域周围的浅蓝色光芒[重复]
【发布时间】:2021-04-26 18:56:21
【问题描述】:

如何去除 mat-form-field 内的 matInput 周围的这种浅蓝色光芒?

我不确定是否需要覆盖什么属性,我也不知道该怎么做,我尝试搜索但找不到任何东西。

任何帮助将不胜感激

【问题讨论】:

  • 我已经发布了答案,但如果您提供一些代码会很好。

标签: css angular-material mat-form-field mat-input


【解决方案1】:

在你的 CSS 中试试这个:

input:focus {
    outline: 0;
}

【讨论】:

    猜你喜欢
    • 2013-02-25
    • 1970-01-01
    • 2017-03-24
    • 1970-01-01
    • 2011-05-17
    • 2011-08-28
    • 2018-04-03
    • 2014-05-09
    • 1970-01-01
    相关资源
    最近更新 更多