Making WordPress.org


Ignore:
Timestamp:
06/22/2016 01:33:53 PM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Add plugin favoriting to the user interface.
Someone will need to style this properly.

Fixes #1577

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  
    4747        }
    4848
    49         .plugin-download {
     49        .plugin-actions {
    5050            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           
    5176        }
    5277
Note: See TracChangeset for help on using the changeset viewer.