git repos / blockattack-game

source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/tab-focus.less

browsing at commit = 50644cb719e29c11f885d8324d88237f9519e006

raw · blame · history

// WebKit-style focus

.tab-focus() {
  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}