]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/fmt/doc/bootstrap/mixins/tab-focus.less
update download target update for octopus release
[ceph.git] / ceph / src / seastar / fmt / doc / bootstrap / mixins / tab-focus.less
CommitLineData
11fdf7f2
TL
1// WebKit-style focus
2
3.tab-focus() {
4 // Default
5 outline: thin dotted;
6 // WebKit
7 outline: 5px auto -webkit-focus-ring-color;
8 outline-offset: -2px;
9}