• This project
    • Loading...
  • Sign in

황진하 / 2017-1-WebServiceProgramming-2012104136

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2017-1-WebServiceProgramming-2012104136
  • 14_authentication
  • bower_components
  • bootstrap
  • less
  • mixins
  • tab-focus.less
  • 황진하's avatar
    JQuery Pr02 · 3d05587a
    3d05587a
    황진하 authored 2017-05-18 12:39:21 +0900
tab-focus.less 159 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
// WebKit-style focus

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