dce-reactkit 3.11.0 → 3.11.1

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.
@@ -2,5 +2,5 @@
2
2
  * Universal stylesheet
3
3
  * @author Gabe Abrams
4
4
  */
5
- declare const shared = "\n/* Button with no style */\n.btn-nostyle {\n border: 0 !important;\n background: transparent !important;\n outline: 0 !important;\n font-size: inherit !important;\n color: inherit !important;\n padding: 0 !important;\n margin: 0 !important;\n}\n\n/* Tooltip on Very Top */\n.tooltip {\n z-index: 9000000000 !important;\n}\n\n/* Tooltip White Text */\n.tooltip .tooltip-inner {\n color: white !important;\n}\n";
5
+ declare const shared = "\n/* Button with no style */\n.btn-nostyle {\n border: 0 !important;\n background: transparent !important;\n outline: 0 !important;\n font-size: inherit !important;\n color: inherit !important;\n padding: 0 !important;\n margin: 0 !important;\n}\n\n/* Tooltip on Very Top */\n.tooltip {\n z-index: 9000000000 !important;\n}\n";
6
6
  export default shared;
package/dist/esm/index.js CHANGED
@@ -922,11 +922,6 @@ const shared = `
922
922
  .tooltip {
923
923
  z-index: 9000000000 !important;
924
924
  }
925
-
926
- /* Tooltip White Text */
927
- .tooltip .tooltip-inner {
928
- color: white !important;
929
- }
930
925
  `;
931
926
 
932
927
  /**
@@ -1447,7 +1442,7 @@ const AppWrapper = (props) => {
1447
1442
  ? `
1448
1443
  .tooltip-inner {
1449
1444
  background-color: white;
1450
- color: black;
1445
+ color: black !important;
1451
1446
  border: 0.1rem solid black;
1452
1447
  pointer-events: none;
1453
1448
  }
@@ -1460,7 +1455,7 @@ const AppWrapper = (props) => {
1460
1455
  : `
1461
1456
  .tooltip-inner {
1462
1457
  background-color: black;
1463
- color: white;
1458
+ color: white !important;
1464
1459
  border: 0.1rem solid white;
1465
1460
  pointer-events: none;
1466
1461
  }