Skip to content

Commit 9fceadd

Browse files
authored
Fix tooltip colors in vector maps (#2235)
1 parent 9c36870 commit 9fceadd

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.changeset/hip-years-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tabler/core": patch
3+
---
4+
5+
Fix tooltip colors in vector maps

core/scss/vendor/_jsvectormap.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// @import "jsvectormap/dist/jsvectormap";
2-
31
.jvm-tooltip {
4-
background: $dark;
2+
background: var(--#{$prefix}bg-surface-inverted);
3+
color: var(--#{$prefix}text-inverted);
54
font-family: inherit;
65
font-size: $h5-font-size;
76
box-shadow: $card-box-shadow;

core/scss/vendor/_nouislider.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @import "nouislider/dist/nouislider";
2-
31
.noUi-target {
42
border: 0;
53
box-shadow: none;

core/scss/vendor/_tom-select.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ $select-color-dropdown: #fff;
22
$select-color-dropdown-border-top: red;
33
$input-border-width: 1px;
44

5-
// @import "tom-select/src/scss/tom-select.bootstrap5.scss";
6-
75
:root {
86
--ts-pr-clear-button: 0rem;
97
--ts-pr-caret: 0rem;

preview/pages/_data/libs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"css": {
3030
"mapbox": "https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css",
31+
"jsvectormap": "jsvectormap/dist/jsvectormap.css",
3132
"dropzone": "dropzone/dist/dropzone.css",
3233
"plyr": "plyr/dist/plyr.css",
3334
"star-rating.js": "star-rating.js/dist/star-rating.min.css",

0 commit comments

Comments
 (0)