From 81f44275bd3882d2153357c1839561e5a6a53348 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 25 Jul 2019 10:51:48 -0500 Subject: Fix Admin area user access level radio button labels In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable. --- changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml b/changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml new file mode 100644 index 00000000000..4f119d46a1f --- /dev/null +++ b/changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml @@ -0,0 +1,5 @@ +--- +title: Fix admin area user access level radio button labels +merge_request: 31154 +author: +type: fixed -- cgit v1.2.3