Closed nickcernis closed 7 years ago
The twitter box is missing the outline and icon in version 1.0.5:
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; }
It looks fine in other modes; it's just box mode that seems broken.
Looks like we need to apply @rafaltomal's most recent updates and do a new release @nathanrice @NicktheGeek
yeah I'll merge that to develop then master with another version bump
this is in production
The twitter box is missing the outline and icon in version 1.0.5:
Adding these styles fixes things:
It looks fine in other modes; it's just box mode that seems broken.