Merge pull request #10391 from ahocevar/box-shadow

Use box-shadow css instead of filter
This commit is contained in:
Andreas Hocevar
2019-12-09 09:29:47 +01:00
committed by GitHub

View File

@@ -1,8 +1,7 @@
.ol-popup {
position: absolute;
background-color: white;
-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;