Open holtkamp opened 5 years ago
Disclaimer: I am not a designer, but for the time being the following workaround might be viable:
.btn-social.btn-facebook {
background-color: #4267B2;
}
.btn-social.btn-facebook > :first-child {
color: #4267B2;
background-color: white;
border-radius: 1px;
text-align: right;
margin: 4px;
border-right: none;
width: 24px;
padding-right: 2px;
padding-top: 3px;
line-height: normal;
}
5.1.1
approach Further improvements are welcome. Maybe this "alternative" can be adopted in this library?
Make a Pull Request and be happy 😄
Similar to https://github.com/lipis/bootstrap-social/issues/177,
just received an e-mail from Facebook:
When responding we use the "standard" https://github.com/lipis/bootstrap-social the response was:
I also found:
https://developers.facebook.com/docs/facebook-login/userexperience#buttondesign which states:
#4267B2
#3b5998
: https://github.com/lipis/bootstrap-social/blob/8f51880a761bc3d3dfdff748f83edaf038ebf18f/bootstrap-social.less#L98I suggested that Facebook helps the community by contributing their suggested changes / improvements to this component...
Update @lipis in a reply, the Facebook support team indicates that only having "Facebook" as content is not a problem. It is the "branding", so I guess mainly the background color. I can submit a pull request for the background color change, would that be considered for merge?
Update 2 In summary, the requested changes are:
#3b5998
to#4267B2