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
Which makes circle images with content out of the circle to appear cut.
Expected behavior:
Solution: make the border radius property configurable via sass variable. So in this case I can set the value to 0px without having to override it with !important in my css files ...
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Ionic version: (check one with "x")
[ ] 1.x
[ x ] 2.x
I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
This commit introduced hardcoded value for the border radius of the img
e84f2e2#diff-b71116393e7fd80818fc01a903f68082R173
Which makes circle images with content out of the circle to appear cut.
Expected behavior:
Solution: make the border radius property configurable via sass variable. So in this case I can set the value to 0px without having to override it with !important in my css files ...
Steps to reproduce:
http://plnkr.co/edit/NZpDBBeduQT2K0IRtJv8?p=preview
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):cc @brandyscarney
The text was updated successfully, but these errors were encountered: