From cf6c6f1c17a15436e05887f6b5b85a7aa6523076 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 27 Oct 2018 14:41:50 +0100 Subject: [PATCH] Fixes for 'mapboxgl-popup-tip' border color. --- src/mapboxgl.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/mapboxgl.css b/src/mapboxgl.css index afe45f1a..30ad8e85 100644 --- a/src/mapboxgl.css +++ b/src/mapboxgl.css @@ -14,6 +14,22 @@ border-top-color: rgb(28, 31, 36); } +.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip { + border-bottom-color: rgb(28, 31, 36); +} + +.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip { + border-bottom-color: rgb(28, 31, 36); +} + +.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip { + border-top-color: rgb(28, 31, 36); +} + +.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip { + border-top-color: rgb(28, 31, 36); +} + .mapboxgl-popup-content { background-color: rgb(28, 31, 36); border-radius: 0px;