From d8e1d8bb339bd2e7668197794ca0570d5a12bee0 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Wed, 13 Apr 2016 22:37:18 -0400 Subject: [PATCH] fixed being able to click options while not in tab --- atoms/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atoms/index.css b/atoms/index.css index 5f0ec2a..63a9207 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -76,7 +76,7 @@ img { } .dropdown { - display:flex; + display: none; opacity: 0; position: absolute; box-shadow: 4px 4px 3px #444; @@ -101,6 +101,7 @@ img { -ms-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } + .dropdown p:hover { background-color:#CECDCD; }