diff --git a/core/modules/tour/css/tour.module.css b/core/modules/tour/css/tour.module.css index 2d1f4c8..8e9887e 100644 --- a/core/modules/tour/css/tour.module.css +++ b/core/modules/tour/css/tour.module.css @@ -1,4 +1,4 @@ -/** +fv/** * @file * Styling for tour module. */ @@ -10,25 +10,11 @@ [dir="rtl"] .toolbar .toolbar-bar .tour-toolbar-tab.toolbar-tab { float: left; } -.toolbar .tour-toolbar-tab button { - padding-bottom: 1em; - padding-top: 1em; - color: #fff; - font-weight: bold; -} + .toolbar .tour-toolbar-tab button.is-active { 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%); } -.tour-toolbar-tab button:focus { - outline: thin dotted; -} - -/* @todo Remove once http://drupal.org/node/1916690 is resolved. */ -.toolbar .tour-toolbar-tab.toolbar-tab.hidden { - display: none; -} - /* Override placement of the tour progress indicator. */ .tour-progress { position: absolute; @@ -40,17 +26,6 @@ right: auto; left: 0; } - -/* @todo Remove once http://drupal.org/node/1916690 is resolved. */ -.toolbar .tour-toolbar-tab.toolbar-tab.hidden { - display: none; -} - -/* JoyRide Styles. */ -#joyRideTipContent { - display: none; -} - /* Default styles for the container */ .joyride-tip-guide { position: absolute;