Make WordPress Core

Changeset 30810


Ignore:
Timestamp:
12/10/2014 11:13:20 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: using an opaque share icon as the default instead of semi-opaque "no" icon that suggests a bug.

Props iamtakashi, fixes #30148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30806 r30810  
    769769
    770770.social-navigation a:before {
    771     content: "\f446";
     771    content: "\f415";
    772772    font-size: 24px;
    773     opacity: 0.3;
    774773    position: absolute;
    775774    top: 0;
     
    779778.social-navigation a[href$="/feed/"]:before {
    780779    content: "\f413";
    781     opacity: 1;
    782780}
    783781
    784782.social-navigation a[href*="codepen.io"]:before {
    785783    content: "\f216";
    786     opacity: 1;
    787784}
    788785
    789786.social-navigation a[href*="digg.com"]:before {
    790787    content: "\f221";
    791     opacity: 1;
    792788}
    793789
    794790.social-navigation a[href*="dribbble.com"]:before {
    795791    content: "\f201";
    796     opacity: 1;
    797792}
    798793
    799794.social-navigation a[href*="dropbox.com"]:before {
    800795    content: "\f225";
    801     opacity: 1;
    802796}
    803797
    804798.social-navigation a[href*="facebook.com"]:before {
    805799    content: "\f203";
    806     opacity: 1;
    807800}
    808801
    809802.social-navigation a[href*="flickr.com"]:before {
    810803    content: "\f211";
    811     opacity: 1;
    812804}
    813805
    814806.social-navigation a[href*="foursquare.com"]:before {
    815807    content: "\f226";
    816     opacity: 1;
    817808}
    818809
    819810.social-navigation a[href*="plus.google.com"]:before {
    820811    content: "\f206";
    821     opacity: 1;
    822812}
    823813
    824814.social-navigation a[href*="github.com"]:before {
    825815    content: "\f200";
    826     opacity: 1;
    827816}
    828817
    829818.social-navigation a[href*="instagram.com"]:before {
    830819    content: "\f215";
    831     opacity: 1;
    832820}
    833821
    834822.social-navigation a[href*="linkedin.com"]:before {
    835823    content: "\f208";
    836     opacity: 1;
    837824}
    838825
    839826.social-navigation a[href*="pinterest.com"]:before {
    840827    content: "\f210";
    841     opacity: 1;
    842828}
    843829
    844830.social-navigation a[href*="getpocket.com"]:before {
    845831    content: "\f224";
    846     opacity: 1;
    847832}
    848833
    849834.social-navigation a[href*="polldaddy.com"]:before {
    850835    content: "\f217";
    851     opacity: 1;
    852836}
    853837
    854838.social-navigation a[href*="reddit.com"]:before {
    855839    content: "\f222";
    856     opacity: 1;
    857840}
    858841
    859842.social-navigation a[href*="stumbleupon.com"]:before {
    860843    content: "\f223";
    861     opacity: 1;
    862844}
    863845
    864846.social-navigation a[href*="tumblr.com"]:before {
    865847    content: "\f214";
    866     opacity: 1;
    867848}
    868849
    869850.social-navigation a[href*="twitter.com"]:before {
    870851    content: "\f202";
    871     opacity: 1;
    872852}
    873853
    874854.social-navigation a[href*="vimeo.com"]:before {
    875855    content: "\f212";
    876     opacity: 1;
    877856}
    878857
     
    880859.social-navigation a[href*="wordpress.org"]:before {
    881860    content: "\f205";
    882     opacity: 1;
    883861}
    884862
    885863.social-navigation a[href*="youtube.com"]:before {
    886864    content: "\f213";
    887     opacity: 1;
    888865}
    889866
    890867.social-navigation a[href*="mailto:"]:before {
    891868    content: "\f410";
    892     opacity: 1;
    893869}
    894870
    895871.social-navigation a[href*="spotify.com"]:before {
    896872    content: "\f515";
    897     opacity: 1;
    898873}
    899874
    900875.social-navigation a[href*="twitch.tv"]:before {
    901876    content: "\f516";
    902     opacity: 1;
    903877}
    904878
Note: See TracChangeset for help on using the changeset viewer.