// WebKit-style focus


.tab-focus(@box-shadow: 0 0 0 1px @input-border-focus) {
  outline: 0;
  .box-shadow(@box-shadow);
}
