From 093088a49f9d7a87451cd1e173ce6cb0d708ebc1 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Wed, 27 Feb 2013 22:01:47 -0500 Subject: [PATCH] Issue #1924112 by echoz: Fixed Make sure tour toolbar button has :focus styling when tabbed to. --- core/modules/tour/css/tour.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/tour/css/tour.css b/core/modules/tour/css/tour.css index 9f71ccb92549..a732acd81400 100644 --- a/core/modules/tour/css/tour.css +++ b/core/modules/tour/css/tour.css @@ -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 { -- GitLab