feed-icon.css
Same filename in other branches
Feed icon styles for Bartik.
File
-
core/
themes/ bartik/ css/ components/ feed-icon.css
View source
- /**
- * @file
- * Feed icon styles for Bartik.
- */
-
- .feed-icon {
- display: inline-block;
- padding-bottom: 2px;
- border-bottom: 1px solid transparent;
- }
-
- .feed-icon:focus,
- .feed-icon:hover {
- border-color: #018fe2;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.