我有这个simple_form
= f.association :offence_categories, collection: OffenceCategory.where(prefix: ''), as: :check_boxes, wrapper_html: {class: 'buttons buttons-offence_categories'}, label: ''
由于check_boxes类
,它在标签前输出了一个子弹&::before
content: ''
width: 8px
height: 8px
border: 2px solid #999
display: block
float: left
position: absolute
top: 12px
left: 10px
+border-radius(8px)
我不想创建另一个类来改变它。我想在表单中进行局部样式更改以删除之前的%
有谁知道怎么做?
答案 0 :(得分:0)
对不起,问题不是真正的风格。子弹只是意味着它是必需的。
我刚刚添加了required: false
,子弹已经消失了。