From 282c1e18bf186a130f9f90d95be17e2b51d02d51 Mon Sep 17 00:00:00 2001 From: Aurelsicoko Date: Thu, 12 Oct 2017 18:38:53 +0200 Subject: [PATCH] Update CSS property to enable animation on menu links --- docs/1.x.x/en/styles/website.css | 2 +- docs/3.x.x/en/styles/website.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1.x.x/en/styles/website.css b/docs/1.x.x/en/styles/website.css index ef145c0f29..b53dd85b40 100644 --- a/docs/1.x.x/en/styles/website.css +++ b/docs/1.x.x/en/styles/website.css @@ -10,7 +10,7 @@ li.chapter a{ } li.chapter:hover a{ - background-color: #eee !important; + background: #eee !important; text-decoration: none !important; } diff --git a/docs/3.x.x/en/styles/website.css b/docs/3.x.x/en/styles/website.css index ef145c0f29..b53dd85b40 100644 --- a/docs/3.x.x/en/styles/website.css +++ b/docs/3.x.x/en/styles/website.css @@ -10,7 +10,7 @@ li.chapter a{ } li.chapter:hover a{ - background-color: #eee !important; + background: #eee !important; text-decoration: none !important; }