Skip to content

Commit

Permalink
Merge pull request #26 from pronamic/issue/25
Browse files Browse the repository at this point in the history
Use less JavaScript for feed settings fields.
  • Loading branch information
rvdsteege authored Jan 18, 2023
2 parents a3e9f82 + f0af50e commit 05f4f72
Show file tree
Hide file tree
Showing 9 changed files with 431 additions and 674 deletions.
25 changes: 25 additions & 0 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,28 @@
.form-table.pronamic-gf-links-tab fieldset {
line-height: 2.75em;
}

/* line 98, ../scss/admin.scss */
.pronamic-pay-gf-form-choice-list {
margin: 0 !important;
}

/* line 102, ../scss/admin.scss */
.pronamic-pay-gf-form-choice-list > li {
margin: 0;
}

/* line 110, ../scss/admin.scss */
.pronamic-pay-gf-form-choice .pronamic-pay-gf-form-choice-checked {
margin-left: 2em;
}

/* line 114, ../scss/admin.scss */
.pronamic-pay-gf-form-choice > input + label + .pronamic-pay-gf-form-choice-checked {
display: none;
}

/* line 118, ../scss/admin.scss */
.pronamic-pay-gf-form-choice > input:checked + label + .pronamic-pay-gf-form-choice-checked {
display: block;
}
2 changes: 1 addition & 1 deletion css/admin.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 05f4f72

Please sign in to comment.