Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/bartik/css/components/feed-icon.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
2 * @file | 2 * @file |
3 * Feed icon styles for Bartik. | 3 * Feed icon styles for Bartik. |
4 */ | 4 */ |
5 | 5 |
6 .feed-icon { | 6 .feed-icon { |
7 border-bottom: 1px solid transparent; | |
8 display: inline-block; | 7 display: inline-block; |
9 padding-bottom: 2px; | 8 padding-bottom: 2px; |
9 border-bottom: 1px solid transparent; | |
10 } | 10 } |
11 | 11 |
12 .feed-icon:focus, | 12 .feed-icon:focus, |
13 .feed-icon:hover { | 13 .feed-icon:hover { |
14 border-color: #018fe2; | 14 border-color: #018fe2; |