如何隐藏html5音频控件周围的蓝色边框?

问题描述 投票:0回答:1

enter image description here

如图所示,当我点击html5音频控件时,周围有蓝色边框。

如何去除这个蓝色边框?

html html5-audio
1个回答
0
投票
audio:focus {
    outline: none;
}
© www.soinside.com 2019 - 2024. All rights reserved.