From 92ef1724d1cf30edfa1fdce6f1f58c8b4fc4638e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 23 Mar 2016 16:57:06 +0100 Subject: [PATCH] Remove CSS filter in examples Was used to set the opacity for IE <= 8 --- examples/earthquake-clusters.css | 1 - examples/kml-earthquakes.css | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/earthquake-clusters.css b/examples/earthquake-clusters.css index a73813d649..1c2ae6286d 100644 --- a/examples/earthquake-clusters.css +++ b/examples/earthquake-clusters.css @@ -9,7 +9,6 @@ } .tooltip.in { opacity: 1; - filter: alpha(opacity=100); } .tooltip.top .tooltip-arrow { border-top-color: white; diff --git a/examples/kml-earthquakes.css b/examples/kml-earthquakes.css index a73813d649..1c2ae6286d 100644 --- a/examples/kml-earthquakes.css +++ b/examples/kml-earthquakes.css @@ -9,7 +9,6 @@ } .tooltip.in { opacity: 1; - filter: alpha(opacity=100); } .tooltip.top .tooltip-arrow { border-top-color: white;