feed-icon.css in Drupal 10
Same filename and directory in other branches
Feed icon styles for Bartik.
File
core/themes/bartik/css/components/feed-icon.cssView 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;
- }