From 7bcbaabd7142539a0e78624b0f31cc870206b4e9 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 12 Sep 2018 13:36:34 -0400 Subject: [PATCH] Removed extraneous comments --- awx/ui/client/legacy/styles/bootstrap-custom-overrides.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/ui/client/legacy/styles/bootstrap-custom-overrides.less b/awx/ui/client/legacy/styles/bootstrap-custom-overrides.less index fd3b9210c2..ce36df6cda 100644 --- a/awx/ui/client/legacy/styles/bootstrap-custom-overrides.less +++ b/awx/ui/client/legacy/styles/bootstrap-custom-overrides.less @@ -1,4 +1,3 @@ -/* I think this shows up in ansible-ui.less*/ body { font-family: 'Open Sans', sans-serif; font-weight: 400; @@ -7,12 +6,10 @@ body { font-size: 0.88rem; } -/* should this be less global? */ .dropdown-toggle::after { display:none; } -/* should this go in tooltip.block..? */ .tooltip.show { opacity: 1; }