feed-icon.css

Same filename in other branches
  1. 8.9.x core/themes/bartik/css/components/feed-icon.css

Feed icon styles for Bartik.

File

core/themes/bartik/css/components/feed-icon.css

View source
  1. /**
  2. * @file
  3. * Feed icon styles for Bartik.
  4. */
  5. .feed-icon {
  6. display: inline-block;
  7. padding-bottom: 2px;
  8. border-bottom: 1px solid transparent;
  9. }
  10. .feed-icon:focus,
  11. .feed-icon:hover {
  12. border-color: #018fe2;
  13. }

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