Border line | XM Community
Skip to main content
Solved

Border line

  • May 31, 2019
  • 1 reply
  • 10 views

Forum|alt.badge.img+3
When I click the radio or check button, a button will appear on the border line, how can I remove it? ! thanks a lot!

Best answer by Anonymous

Hello @Cathaya , Paste the below CSS in the style tab .Skin label.SingleAnswer.q-focused.q-checked, .Skin label.MultipleAnswer.q-focused.q-checked{ outline:none!important; }

1 reply

  • Answer
  • May 31, 2019
Hello @Cathaya , Paste the below CSS in the style tab .Skin label.SingleAnswer.q-focused.q-checked, .Skin label.MultipleAnswer.q-focused.q-checked{ outline:none!important; }