带有链接的 ul 保持选中状态

发布于 2024-09-11 17:25:47 字数 145 浏览 3 评论 0原文

我有一个由 ul->li->a 组成的侧栏菜单,使用 css 样式,看起来像左侧的垂直菜单。

我刚刚注意到,当我选择一个选项时,我选择的框(菜单按钮)周围有一条细长的虚线。对我来说,这看起来“错误”,有没有办法防止它被看到?

谢谢!

I have a side bar menu composed of ul->li->a, styled with css to look as a vertical menu on the left side.

I just noticed that when I choose an option a thin grew dotted line surrounds the box(button of the menu) that I selected. To me this looks "wrong", is there a way to prevent this from being visible?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯了 2024-09-18 17:25:48

一个:活跃{
概要:无;
}

a:active {
outline: none;
}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文