Change/Remove Effect on ion-radio

Hi all,
I tried for hours to change or at least remove check/uncheck effect on the ion-radio button. I made several layout changes to some radios and the animation doesn’t fit any more.
Any ideas?
Those things didn’t work:

    .button-effect {
        visibility: hidden;
        display: none !important;

        transform: translate3d(0px, 0px, 0px) scale(1) !important; 
        opacity: 0 !important; 
        transition: transform 0ms, opacity 0ms 0ms !important;
    }

thx,
patrik