From 213df704198082221cd0c3d1c524d8eff07eef41 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 31 Jul 2019 20:06:22 -0400 Subject: [PATCH] Make notification form options regular font weight --- .../client/src/notifications/notificationTemplates.form.js | 4 ++-- awx/ui/client/src/notifications/notifications.block.less | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 15b8629f1d..bc2a38ecde 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -565,12 +565,12 @@ export default ['i18n', function(i18n) { value: 'use_tls', label: i18n._('Use TLS'), ngShow: "notification_type.value == 'email' ", - labelClass: 'NotificationsForm-radioButtons' + labelClass: 'Form-inputLabel' }, { value: 'use_ssl', label: i18n._('Use SSL'), ngShow: "notification_type.value == 'email'", - labelClass: 'NotificationsForm-radioButtons' + labelClass: 'Form-inputLabel' }] }, hex_color: { diff --git a/awx/ui/client/src/notifications/notifications.block.less b/awx/ui/client/src/notifications/notifications.block.less index 06b8700348..55157e2806 100644 --- a/awx/ui/client/src/notifications/notifications.block.less +++ b/awx/ui/client/src/notifications/notifications.block.less @@ -22,12 +22,6 @@ padding-right: 10px; } -.NotificationsForm-radioButtons{ - display:block!important; - margin-top: 2px !important; - color: @default-interface-txt !important; -} - .notificationsList { margin-top:20px; }