Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-07-25 18:51:48 +0300
committerDrew Blessing <drew@blessing.io>2019-08-06 02:00:57 +0300
commit81f44275bd3882d2153357c1839561e5a6a53348 (patch)
tree79b7602d735737c1ecea3023f362d0b519bf2459 /changelogs
parent029381b1d9219ad6fd5ed68f2f93e418f1dd55ca (diff)
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/dblessing-fix-admin-user-radio-labels.yml5
1 files changed, 5 insertions, 0 deletions
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