mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
tab key css comments
This commit is contained in:
@@ -42,10 +42,10 @@ $content-padding: 10px !default;
|
||||
|
||||
// Focus Outline
|
||||
// --------------------------------------------------
|
||||
// When a keydown event happens then .key-input is added
|
||||
// to the body element so focusable elements have an outline.
|
||||
// On a mousedown or touchstart event the .key-input class
|
||||
// is removed
|
||||
// When a keydown event happens, from a tab key, then the
|
||||
// 'key-input' class is added to the body element so focusable
|
||||
// elements have an outline. On a mousedown or touchstart
|
||||
// event then the 'key-input' class is removed.
|
||||
|
||||
:focus,
|
||||
:active {
|
||||
|
||||
Reference in New Issue
Block a user