diff --git a/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less b/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less index eab9fe2548..027b1c53ae 100644 --- a/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less +++ b/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less @@ -97,19 +97,16 @@ color: @default-icon; } .SurveyMaker-deleteButton { - font-size: 16px; - height: 30px; - min-width: 30px; - color: @list-action-icon; - background-color: @list-actn-bg; - border: none; - border-radius: 50%; - margin-right: 15px; + color: @default-bg; + background-color: @default-err; + text-transform: uppercase; + padding-left:15px; + padding-right: 15px; + margin-left: 20px; } - .SurveyMaker-deleteButton:hover { - background-color: @list-actn-del-bg-hov !important; - color: @list-actn-icn-hov; + background-color: @default-err-hov; + color: @default-bg; } .SurveyMaker-previewLabel { text-transform: uppercase; diff --git a/awx/ui/client/src/partials/survey-maker-modal.html b/awx/ui/client/src/partials/survey-maker-modal.html index 7d624302c2..ebbfe20c79 100644 --- a/awx/ui/client/src/partials/survey-maker-modal.html +++ b/awx/ui/client/src/partials/survey-maker-modal.html @@ -27,9 +27,6 @@