Marc Farré 0a1e41add1
Update form.less (#5703)
Example to understand why `.regular-radio.disabled` cannot exists.
```html
<div class="radio regular-radio-container">
    <label>
        <input type="radio" name="ModuleSettings[setting1]" value="1" disabled="" class="regular-radio">
        Text
        <div class="regular-radio-button disabled"></div>
    </label>
</div>
```
2022-05-16 17:35:30 +02:00
..
2021-09-27 11:26:30 +02:00
2022-02-03 23:16:37 +01:00
2022-03-18 13:33:24 +01:00
2022-05-16 17:35:30 +02:00
2022-02-03 23:16:37 +01:00