From d887fcabb2ec8ab9f3a6866641c0ff74af37ecb2 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 8 Sep 2019 19:06:44 -0400 Subject: [PATCH] Fixed tooltip point color --- src/styles.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 5ab9cf8..f22be64 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -61,9 +61,18 @@ a[href^="https://maps.google.com/maps"]{display:none !important} border-color: rgba(0, 0, 0, 0.6) !important; color: white; - &:before { + &.leaflet-tooltip-right:before { border-right-color: rgba(0, 0, 0, 0.6) !important; } + &.leaflet-tooltip-bottom:before { + border-bottom-color: rgba(0, 0, 0, 0.6) !important; + } + &.leaflet-tooltip-top:before { + border-top-color: rgba(0, 0, 0, 0.6) !important; + } + &.leaflet-tooltip-left:before { + border-left-color: rgba(0, 0, 0, 0.6) !important; + } } .leaflet-tooltip-bottom:before {