Issue #1924112 by echoz: Fixed Make sure tour toolbar button has :focus styling when tabbed to.

8.0.x
webchick 2013-02-27 22:01:47 -05:00
parent 17c3d258ed
commit 093088a49f
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
}
.js .tour-toolbar-tab button:focus {
outline: thin dotted;
}
/* Joyride tips should always be on top of everything else. */
.joyride-tip-guide {