@mideind/netskrafl-react 3.0.0 → 3.0.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.
|
@@ -1659,13 +1659,14 @@ div.netskrafl-tile.dragging.no-drop {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
1661
|
div.netskrafl-tile.dragging.legacy-colors {
|
|
1662
|
-
/* Legacy color scheme:
|
|
1663
|
-
|
|
1664
|
-
|
|
1662
|
+
/* Legacy color scheme: hardcode values since CSS variables are out of
|
|
1663
|
+
scope when the tile is a child of the document body during dragging */
|
|
1664
|
+
background-color: #fcce43; /* Matches legacy --rack-tile-background */
|
|
1665
|
+
border-color: #47ba96; /* Matches legacy --ok-button */
|
|
1665
1666
|
}
|
|
1666
1667
|
|
|
1667
1668
|
div.netskrafl-tile.dragging.legacy-colors.no-drop {
|
|
1668
|
-
border-color:
|
|
1669
|
+
border-color: #da5e72; /* Matches legacy --cancel-button */
|
|
1669
1670
|
}
|
|
1670
1671
|
|
|
1671
1672
|
.netskrafl-container div.board td,
|