Border-radius automated shorthand property (solved)

Maybe i’m wrong, its friday and so on…

Trying to do: override border-radius property of an ion-card with

  • border-bottom-right-radius:0; AND border-bottom-left-radius:0;
  • The browser shows: border-radius: inherit inherit 0 0; (I asume ionic2 is behind this)

Problem:
the devtool shows it as it is not applyed. So I went to w3school to see if I was missing something and I noticed that the inherit value does not work here:
http://www.w3schools.com/cssref/css3_pr_border-radius.asp

I’m currently upgraded to beta8

Forget it I found the problem, nothing to do with what I tought it was.