fix: add .bf-unit--active CSS rule

This commit is contained in:
Keith Solomon
2026-07-26 02:05:29 -05:00
parent 22e38cfebd
commit 06f9c9e37c
+1
View File
@@ -29,6 +29,7 @@ table.bf-grid button[data-zone="bravo"] { outline: 3px solid #0c0; }
.bf-unit { width: 100%; height: 100%; font-size: 0.7rem; border: 0; cursor: pointer; } .bf-unit { width: 100%; height: 100%; font-size: 0.7rem; border: 0; cursor: pointer; }
.bf-unit--alpha { background: #cce5ff; } .bf-unit--alpha { background: #cce5ff; }
.bf-unit--bravo { background: #ffcccc; } .bf-unit--bravo { background: #ffcccc; }
.bf-unit--active { outline: 2px solid #060; }
.bf-unit--inactive { opacity: 0.4; cursor: not-allowed; } .bf-unit--inactive { opacity: 0.4; cursor: not-allowed; }
.bf-unit--winner { outline: 3px solid #c00; } .bf-unit--winner { outline: 3px solid #c00; }
.bf-action--active { font-weight: bold; } .bf-action--active { font-weight: bold; }