Skip to content
Snippets Groups Projects
Commit 093088a4 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 17c3d258
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment