css 辅助功能样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 辅助功能样式相关的知识,希望对你有一定的参考价值。


*:focus {
    outline: -webkit-focus-ring-color auto 5px !important;
}


#Content a, #Content a:visited, #Content a:focus {
    text-decoration: underline;
}

#Content a[href^="http:"]:focus {
  background-color: #ffffcc;
  border: 1px solid #ddd;
}

header a[href^="http:"]:hover,
footer a[href^="http:"]:focus {
  outline: 1px solid;
}

以上是关于css 辅助功能样式的主要内容,如果未能解决你的问题,请参考以下文章

了解样式化组件中的 CSS 辅助函数

样式化组件 + Typescript:如何键入 css 辅助函数?

Sass (Syntactically Awesome StyleSheets)

MUI 5 中是不是有类似 Emotions 'css' 功能的功能?

css 用于隐藏具有辅助功能合规性的文本块的CSS类

css 用于隐藏具有辅助功能合规性的文本块的CSS类