Improve checkboxes
Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
15efc73031
commit
06ccf8eb3f
2 changed files with 10 additions and 2 deletions
|
@ -47,9 +47,16 @@ fieldset label + .ui.dropdown {
|
||||||
|
|
||||||
fieldset label > input[type="checkbox"],
|
fieldset label > input[type="checkbox"],
|
||||||
fieldset label > input[type="radio"] {
|
fieldset label > input[type="radio"] {
|
||||||
margin-right: 0.75em;
|
margin-right: 0.5em;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
vertical-align: initial !important; /* overrides a semantic.css rule, remove when obsolete */
|
vertical-align: initial !important; /* overrides a semantic.css rule, remove when obsolete */
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
fieldset label:has(input[type="checkbox"]),
|
||||||
|
fieldset label:has(input[type="radio"]) {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
|
@ -41,7 +41,8 @@ input[type="radio"] {
|
||||||
|
|
||||||
.ui.checkbox label,
|
.ui.checkbox label,
|
||||||
.ui.radio.checkbox label {
|
.ui.radio.checkbox label {
|
||||||
margin-left: 1.85714em;
|
padding-left: 1.85714em;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.checkbox + label {
|
.ui.checkbox + label {
|
||||||
|
|
Loading…
Add table
Reference in a new issue