Skip to content
Snippets Groups Projects
Commit b6eaeb7b authored by Scott Reeves's avatar Scott Reeves
Browse files

Issue #2672698 by AlviMurtaza, sskt, harsha012, malavya: Make the Feed icon...

Issue #2672698 by AlviMurtaza, sskt, harsha012, malavya: Make the Feed icon hover action look visually better in Bartik
parent 3e13553f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -4,7 +4,12 @@
*/
.feed-icon {
border-bottom: none;
border-bottom: 1px solid transparent;
display: inline-block;
padding: 15px 0 0 0;
padding-bottom: 2px;
}
.feed-icon:focus,
.feed-icon:hover {
border-color: #018fe2;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment