tour.css

.shepherd-cancel-icon {
  text-decoration: none;
  color: #0071b3;
  border-bottom: 1px dotted;
}

.shepherd-cancel-icon:hover,
.shepherd-cancel-icon:focus {
  color: #008ee2;
}

File

core/themes/bartik/css/components/tour.css

View source
  1. .shepherd-cancel-icon {
  2. text-decoration: none;
  3. color: #0071b3;
  4. border-bottom: 1px dotted;
  5. }
  6. .shepherd-cancel-icon:hover,
  7. .shepherd-cancel-icon:focus {
  8. color: #008ee2;
  9. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.