diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 8afc2f7f8b..9af3f7f57f 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -210,12 +210,15 @@ a:hover { a, a:active, - a:hover, a:visited { margin-right: 15px; color: @grey; } + a:hover { + color: @blue; + } + .help { font-weight: normal; fon-size: 12px; diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 52f3d1973b..98d5bbe34e 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -343,7 +343,8 @@