1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix tooltip colors in vector maps (#2235)

This commit is contained in:
Paweł Kuna
2025-03-23 23:19:10 +01:00
committed by GitHub
parent 9c368702b4
commit 9fceadd422
5 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix tooltip colors in vector maps

View File

@@ -1,7 +1,6 @@
// @import "jsvectormap/dist/jsvectormap";
.jvm-tooltip { .jvm-tooltip {
background: $dark; background: var(--#{$prefix}bg-surface-inverted);
color: var(--#{$prefix}text-inverted);
font-family: inherit; font-family: inherit;
font-size: $h5-font-size; font-size: $h5-font-size;
box-shadow: $card-box-shadow; box-shadow: $card-box-shadow;

View File

@@ -1,5 +1,3 @@
// @import "nouislider/dist/nouislider";
.noUi-target { .noUi-target {
border: 0; border: 0;
box-shadow: none; box-shadow: none;

View File

@@ -2,8 +2,6 @@ $select-color-dropdown: #fff;
$select-color-dropdown-border-top: red; $select-color-dropdown-border-top: red;
$input-border-width: 1px; $input-border-width: 1px;
// @import "tom-select/src/scss/tom-select.bootstrap5.scss";
:root { :root {
--ts-pr-clear-button: 0rem; --ts-pr-clear-button: 0rem;
--ts-pr-caret: 0rem; --ts-pr-caret: 0rem;

View File

@@ -28,6 +28,7 @@
}, },
"css": { "css": {
"mapbox": "https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css", "mapbox": "https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css",
"jsvectormap": "jsvectormap/dist/jsvectormap.css",
"dropzone": "dropzone/dist/dropzone.css", "dropzone": "dropzone/dist/dropzone.css",
"plyr": "plyr/dist/plyr.css", "plyr": "plyr/dist/plyr.css",
"star-rating.js": "star-rating.js/dist/star-rating.min.css", "star-rating.js": "star-rating.js/dist/star-rating.min.css",