Skip to content

Commit 0af01bb

Browse files
Merge branch 'develop' into #230-Allow-multiple-user-roles
2 parents d7ddd86 + 1040a48 commit 0af01bb

20 files changed

+731
-545
lines changed

assets/css/admin/fields-editor.css

Lines changed: 608 additions & 496 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin/fields-editor.css.map

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/src/admin/fields-editor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ body.users_page_wpum-roles {
5959
.delete-btn {
6060
margin-top: 5px;
6161
}
62+
.row-actions > span:not(:first-child) {
63+
padding-left: 3px;
64+
margin-left: 3px;
65+
border-left: 2px solid currentColor;
66+
}
6267
}
6368

6469
.wpum-fields-groups-table, .wpum-registration-forms-table, .wpum-roles-table {

dist/static/js/fields-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/manifest.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/registration-forms-editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/registration-forms-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/roles-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)