diff --git a/awx/ui/client/lib/components/list/row-item.partial.html b/awx/ui/client/lib/components/list/row-item.partial.html
index a26405d6cd..89bce7c696 100644
--- a/awx/ui/client/lib/components/list/row-item.partial.html
+++ b/awx/ui/client/lib/components/list/row-item.partial.html
@@ -42,21 +42,11 @@
template-type="smartStatus.type" ng-if="smartStatus">
diff --git a/awx/ui/client/lib/components/tag/_index.less b/awx/ui/client/lib/components/tag/_index.less
index 5fa309c106..d1b14a6893 100644
--- a/awx/ui/client/lib/components/tag/_index.less
+++ b/awx/ui/client/lib/components/tag/_index.less
@@ -27,10 +27,15 @@
}
.TagComponent-icon {
+ .at-mixin-VerticallyCenter();
line-height: 20px;
margin-left: @at-space-2x;
- &--cloud:before {
+ &--cloud:before,
+ &--aws:before,
+ &--tower:before,
+ &--azure_rm:before,
+ {
content: '\f0c2';
}
diff --git a/awx/ui/client/lib/components/toggle/_index.less b/awx/ui/client/lib/components/toggle/_index.less
index f86e6a7948..8860faa67b 100644
--- a/awx/ui/client/lib/components/toggle/_index.less
+++ b/awx/ui/client/lib/components/toggle/_index.less
@@ -1,4 +1,11 @@
.ToggleComponent-container {
display: flex;
flex-wrap: wrap;
+}
+
+.ToggleComponent-button {
+ border: none;
+ background: transparent;
+ color: @at-blue;
+ font-size: @at-font-size;
}
\ No newline at end of file
diff --git a/awx/ui/client/lib/components/toggle/toggle-tag.partial.html b/awx/ui/client/lib/components/toggle/toggle-tag.partial.html
index 05685b654e..83952ee7c8 100644
--- a/awx/ui/client/lib/components/toggle/toggle-tag.partial.html
+++ b/awx/ui/client/lib/components/toggle/toggle-tag.partial.html
@@ -1,14 +1,14 @@