Changeset 3545 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 06/22/2016 01:33:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3459 r3545 47 47 } 48 48 49 .plugin- download{49 .plugin-actions { 50 50 float: right; 51 } 52 53 .plugin-favorite-heart { 54 /* FIX ME */ 55 color: gray; 56 line-heght: 3em; 57 font-size: 3em; 58 59 &.favorited, 60 &:hover, 61 &:focus { 62 color: red; 63 } 64 65 &:hover, 66 &:focus { 67 text-decoration: none; 68 } 69 70 &:after { 71 content: "\f487"; 72 font-family: dashicons; 73 vertical-align: top; 74 } 75 51 76 } 52 77
Note: See TracChangeset
for help on using the changeset viewer.