Remove footer opacity dimming

re: https://github.com/openstreetmap/iD/pull/2357#issuecomment-60106754
This commit is contained in:
Bryan Housel
2014-10-22 13:24:02 -04:00
parent 8c423651b2
commit c9426531d5
-8
View File
@@ -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 {