You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've noticed a tiny bug with android version of FAB.
When you set the background-color to rgba value with non-zero and non-one alpha value, the background actually shrinks, leaving the shadow intact, making the fab look like a button in a button.
Steps to reproduce:
create a sample app with FAB in the main view
give it a class like fab-transparent
create sass .fab-transparent class
create background-color: rgba(255, 255, 255, 0.4) in the .fab-transparent class (as it was in my case)
???
profit
The text was updated successfully, but these errors were encountered:
Hi, I've noticed a tiny bug with android version of FAB.
When you set the
background-color
torgba
value with non-zero and non-one alpha value, the background actually shrinks, leaving the shadow intact, making the fab look like a button in a button.Steps to reproduce:
fab-transparent
.fab-transparent
classbackground-color: rgba(255, 255, 255, 0.4)
in the.fab-transparent
class (as it was in my case)The text was updated successfully, but these errors were encountered: