From c9426531d59e27ee0c01405e6e61e09a7cb3de29 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 22 Oct 2014 13:24:02 -0400 Subject: [PATCH] Remove footer opacity dimming re: https://github.com/openstreetmap/iD/pull/2357#issuecomment-60106754 --- css/app.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/app.css b/css/app.css index 013e35db8..3d8fd3747 100644 --- a/css/app.css +++ b/css/app.css @@ -2286,14 +2286,6 @@ img.wiki-image { width: 100%; float: left; clear: both; - opacity: .625; - -webkit-transition: opacity 200ms; - -moz-transition: opacity 200ms; - transition: opacity 200ms; -} - -#footer:hover { - opacity: 1; } #scale-block {