osompress / genesis-simple-share

Plugin: Genesis Simple Share
36 stars 16 forks source link

Twitter box styling broken in version 1.0.5 #63

Closed nickcernis closed 7 years ago

nickcernis commented 9 years ago

The twitter box is missing the outline and icon in version 1.0.5:

outpost_ _my_tagline

Adding these styles fixes things:

.share-tall .twitter .box.no-count:before   {
    border: 1px solid #09b0ed;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    content: '\f202';
    color: #09b0ed;
    cursor: pointer;
    display: block;
    line-height: 1;
    height: 55px;
    font-family: 'Genericons';
    font-size: 20px;
    padding-top: 17px;
    position: relative;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.share-tall .twitter:hover .box.no-count:before {
    background: #09b0ed;
    color: #fff;
}
outpost_ _my_tagline

It looks fine in other modes; it's just box mode that seems broken.

dreamwhisper commented 9 years ago

Looks like we need to apply @rafaltomal's most recent updates and do a new release @nathanrice @NicktheGeek

NicktheGeek commented 9 years ago

yeah I'll merge that to develop then master with another version bump

NicktheGeek commented 7 years ago

this is in production