logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

tab-focus.less (159B)


  1. // WebKit-style focus
  2. .tab-focus() {
  3. // Default
  4. outline: thin dotted;
  5. // WebKit
  6. outline: 5px auto -webkit-focus-ring-color;
  7. outline-offset: -2px;
  8. }