@mideind/netskrafl-react 1.7.1 → 1.8.0
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/cjs/css/netskrafl.css +4 -1
- package/dist/cjs/index.js +1431 -1031
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/css/netskrafl.css +4 -1
- package/dist/esm/index.js +1431 -1031
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -4611,7 +4611,6 @@ div.highlight1.netskrafl-blanktile {
|
|
|
4611
4611
|
font-family: 'Glyphicons Regular';
|
|
4612
4612
|
font-style: normal;
|
|
4613
4613
|
font-weight: normal;
|
|
4614
|
-
line-height: 1;
|
|
4615
4614
|
-webkit-font-smoothing: antialiased;
|
|
4616
4615
|
-moz-osx-font-smoothing: grayscale;
|
|
4617
4616
|
font-size: 15px;
|
|
@@ -4812,6 +4811,10 @@ div.highlight1.netskrafl-blanktile {
|
|
|
4812
4811
|
color: var(--ok-button);
|
|
4813
4812
|
}
|
|
4814
4813
|
|
|
4814
|
+
.netskrafl-container .list-manual span.glyphicon.glyphicon-lightbulb {
|
|
4815
|
+
color: var(--cancel-button);
|
|
4816
|
+
}
|
|
4817
|
+
|
|
4815
4818
|
.netskrafl-container span.glyphicon.glyphicon-lightbulb.grayed {
|
|
4816
4819
|
color: rgba(0, 0, 0, 0.2);
|
|
4817
4820
|
}
|