From cf2178e60be35266e7626d70c65db542747610a2 Mon Sep 17 00:00:00 2001 From: Manos Date: Tue, 31 Dec 2019 14:35:05 +0200 Subject: [PATCH] Removed hover setting for menu --- css/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/styles.css b/css/styles.css index 84f77c2..39c0e09 100644 --- a/css/styles.css +++ b/css/styles.css @@ -339,10 +339,10 @@ h1, h2, h3, h4, h5, p { cursor: pointer; } - #nav-ctrl:hover + label { + /* #nav-ctrl:hover + label { filter: invert(100%); box-shadow: 0 0 0.5em white; - } + } */ #nav-ctrl:checked + label { filter: invert(100%); @@ -351,10 +351,10 @@ h1, h2, h3, h4, h5, p { background-size: 25%; } - #nav-ctrl:checked:hover + label { + /* #nav-ctrl:checked:hover + label { filter: invert(0%); box-shadow: 0 0 0.5em black; - } + } */ #nav-ctrl:checked + label + .menu { display: inline-block;