Issue #1924112 by echoz: Fixed Make sure tour toolbar button has :focus styling when tabbed to.
parent
17c3d258ed
commit
093088a49f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue