After base_rules refactoring. Still a few issues (Dark...)
[xogo.git] / common.css
index 91fd2a6..6f8472c 100644 (file)
@@ -293,6 +293,10 @@ piece {
   pointer-events: none;
 }
 
+piece.hidden {
+  display: none;
+}
+
 /* Drawing of the board */
 .chessboard_SVG {
   width: 100%;