diff --git a/app/views/doorkeeper/authorizations/new.html.haml b/app/views/doorkeeper/authorizations/new.html.haml index 6d9c6b5572ac799eae315529b1e1110963624600..28cdc7607e038f62e7566eaa7c6580322c119e96 100644 --- a/app/views/doorkeeper/authorizations/new.html.haml +++ b/app/views/doorkeeper/authorizations/new.html.haml @@ -35,7 +35,7 @@ - @pre_auth.scopes.each do |scope| %li %strong= t scope, scope: [:doorkeeper, :scopes] - .scope-description= t scope, scope: [:doorkeeper, :scope_desc] + .text-secondary= t scope, scope: [:doorkeeper, :scope_desc] .form-actions.text-right = form_tag oauth_authorization_path, method: :delete, class: 'inline' do = hidden_field_tag :client_id, @pre_auth.client.uid diff --git a/changelogs/unreleased/47865-changelog-for-style-updates.yml b/changelogs/unreleased/47865-changelog-for-style-updates.yml new file mode 100644 index 0000000000000000000000000000000000000000..2e4fbbda000c54c5034bdd4f12965f5ca7b5535d --- /dev/null +++ b/changelogs/unreleased/47865-changelog-for-style-updates.yml @@ -0,0 +1,5 @@ +--- +title: Minor style changes to personal access token form and scope checkboxes +merge_request: 20052 +author: +type: other