Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / tab-focus.less
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 }