diff --git a/static/styles/components.css b/static/styles/components.css index 0112fb54dd..9870a4a7d6 100644 --- a/static/styles/components.css +++ b/static/styles/components.css @@ -52,6 +52,7 @@ color: inherit; } -a.no-underline { +a.no-underline, +a.no-underline:hover { text-decoration: none; } diff --git a/static/styles/portico.css b/static/styles/portico.css index b4b296f822..8b444ccb79 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -13,10 +13,6 @@ body { margin: 0 auto -56px; } -.no-underline:hover { - text-decoration: none; -} - .normal { font-weight: normal; }