仪表盘
版本库
文件存储
活动
搜索
登录
main
/
dfgApi
大返官php后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'feature/1.1.3api开发' into develop
zhaojs
2023-06-29
5d9cf179ba9691a3564e0d96a9110973d2ef401e
[dfgApi.git]
/
public
/
assets
/
libs
/
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;
}