1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Resolved issue 1276 (#1281)

This commit is contained in:
Shubham Goyal
2022-09-27 01:44:05 +05:30
committed by GitHub
parent 07b0292e2c
commit a92f12e6aa
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"@rollup/pluginutils": "^4.2.1", "@rollup/pluginutils": "^4.2.1",
"@rollup/stream": "^2.0.0", "@rollup/stream": "^2.0.0",
"apexcharts": "^3.35.5", "apexcharts": "^3.35.5",
"autoprefixer": "^10.4.11", "autoprefixer": "^10.4.12",
"autosize": "^5.0.1", "autosize": "^5.0.1",
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
@@ -2859,9 +2859,9 @@
} }
}, },
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "10.4.11", "version": "10.4.12",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz",
"integrity": "sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==", "integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -2874,8 +2874,8 @@
} }
], ],
"dependencies": { "dependencies": {
"browserslist": "^4.21.3", "browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001399", "caniuse-lite": "^1.0.30001407",
"fraction.js": "^4.2.0", "fraction.js": "^4.2.0",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
@@ -16176,13 +16176,13 @@
"dev": true "dev": true
}, },
"autoprefixer": { "autoprefixer": {
"version": "10.4.11", "version": "10.4.12",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.11.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz",
"integrity": "sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==", "integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "^4.21.3", "browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001399", "caniuse-lite": "^1.0.30001407",
"fraction.js": "^4.2.0", "fraction.js": "^4.2.0",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",

View File

@@ -4,7 +4,7 @@ Legend
.legend { .legend {
--#{$prefix}legend-size: #{$legend-size}; --#{$prefix}legend-size: #{$legend-size};
display: inline-block; display: inline-block;
background: $legend-bg; background: var(--#{$prefix}gray-200);
width: var(--#{$prefix}legend-size); width: var(--#{$prefix}legend-size);
height: var(--#{$prefix}legend-size); height: var(--#{$prefix}legend-size);
border-radius: $legend-border-radius; border-radius: $legend-border-radius;