酒店预订平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tab-focus.less 159 B

3年前
123456789
  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. }