benivo-ui-library 1.9.44 → 1.9.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tooltip.less +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.9.44",
3
+ "version": "1.9.46",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/tooltip.less CHANGED
@@ -1,13 +1,10 @@
1
- // @tooltip-border-color: rgba(79, 90, 101, 0.27);
2
- // @tooltip-bg: @white;
3
- @tooltip-border: solid 0.5px var(--gray-900);
1
+ @tooltip-border: solid 0.5px var(--gray-900);
4
2
  @tooltip-box-shadow: 0 1px 4px 0 rgba(79, 90, 101, 0.3);
5
3
  @tooltip-font-size: @font-size-xs;
6
4
  @tooltip-arrow-width: 12px;
7
5
 
8
6
  .tooltip {
9
- background: var(--white);
10
- border: @tooltip-border;
7
+ color: var(--white);
11
8
  font-size: @tooltip-font-size;
12
9
  font-weight: @font-weight-normal;
13
10
  font-family: @font-family;
@@ -270,6 +267,7 @@
270
267
  .tooltip {
271
268
  visibility: visible;
272
269
  opacity: 1;
270
+ background-color: var(--gray-900);
273
271
  }
274
272
  }
275
273
  }
@@ -278,6 +276,8 @@
278
276
  .tooltip {
279
277
  visibility: visible;
280
278
  opacity: 1;
279
+ background-color: var(--gray-900);
280
+
281
281
  }
282
282
  }
283
283
  }