mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
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> ```
This commit is contained in:
parent
2701d4507c
commit
0a1e41add1
@ -191,7 +191,7 @@ a.input-field-addon-sm {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.regular-radio.disabled {
|
||||
.regular-radio-button.disabled {
|
||||
background: @background3 !important;
|
||||
border: 2px solid @background3 !important;
|
||||
cursor: not-allowed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user