@oneblink/apps-react 6.8.0-beta.2 → 6.8.0-beta.3
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.
- package/dist/styles/renderer.scss +13 -2
- package/dist/styles.css +12 -2
- package/package.json +1 -1
@@ -26,10 +26,21 @@
|
|
26
26
|
}
|
27
27
|
.ob-hint-tooltip {
|
28
28
|
a {
|
29
|
-
color:
|
29
|
+
color: #5496f3;
|
30
|
+
}
|
31
|
+
a:hover {
|
32
|
+
text-decoration: underline;
|
30
33
|
}
|
31
34
|
a:visited {
|
32
|
-
color:
|
35
|
+
color: #b76bf5;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
.MuiTooltip-popper {
|
39
|
+
.MuiTooltip-tooltip {
|
40
|
+
background-color: rgba(26, 26, 26, 0.92);
|
41
|
+
}
|
42
|
+
.MuiTooltip-arrow {
|
43
|
+
color: rgba(26, 26, 26, 0.92);
|
33
44
|
}
|
34
45
|
}
|
35
46
|
|
package/dist/styles.css
CHANGED
@@ -9369,10 +9369,20 @@ textarea:disabled {
|
|
9369
9369
|
}
|
9370
9370
|
|
9371
9371
|
.ob-hint-tooltip a {
|
9372
|
-
color:
|
9372
|
+
color: #5496f3;
|
9373
|
+
}
|
9374
|
+
.ob-hint-tooltip a:hover {
|
9375
|
+
text-decoration: underline;
|
9373
9376
|
}
|
9374
9377
|
.ob-hint-tooltip a:visited {
|
9375
|
-
color:
|
9378
|
+
color: #b76bf5;
|
9379
|
+
}
|
9380
|
+
|
9381
|
+
.MuiTooltip-popper .MuiTooltip-tooltip {
|
9382
|
+
background-color: rgba(26, 26, 26, 0.92);
|
9383
|
+
}
|
9384
|
+
.MuiTooltip-popper .MuiTooltip-arrow {
|
9385
|
+
color: rgba(26, 26, 26, 0.92);
|
9376
9386
|
}
|
9377
9387
|
|
9378
9388
|
.ob-form-container {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oneblink/apps-react",
|
3
3
|
"description": "Helper functions for OneBlink apps in ReactJS.",
|
4
|
-
"version": "6.8.0-beta.
|
4
|
+
"version": "6.8.0-beta.3",
|
5
5
|
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
|
6
6
|
"bugs": {
|
7
7
|
"url": "https://github.com/oneblink/apps-react/issues"
|