tab key css comments

This commit is contained in:
Adam Bradley
2015-04-22 21:54:28 -05:00
parent 8df5d4a8cd
commit 7451f21373

View File

@@ -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 {