mirror of
https://github.com/humhub/humhub.git
synced 2025-02-21 09:43:03 +01:00
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> ```