公告板
版本库
filestore
活动
搜索
登录
main
/
25-005Project
越南英科
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
越南二期初次提交
严智鑫
2025-11-13
945bc394f40d8af1072a53da9a94f24207124e6d
[25-005Project.git]
/
src
/
main
/
webapp
/
static
/
AdminLTE
/
bower_components
/
bootstrap
/
less
/
mixins
/
tab-focus.less
1
2
3
4
5
6
7
8
9
// WebKit-style focus
.tab-focus() {
// WebKit-specific. Other browsers will keep their default outline style.
// (Initially tried to also force default via `outline: initial`,
// but that seems to erroneously remove the outline in Firefox altogether.)
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}