Added hover functionality to adversary damage cards

This commit is contained in:
WBHarry 2025-08-25 21:44:29 +02:00
parent af780520dd
commit 744412bf9f
3 changed files with 40 additions and 2 deletions

View file

@ -3,18 +3,20 @@
grid-template-columns: 1fr 1fr;
gap: 4px;
.target-container {
.token-target-container {
display: flex;
flex-direction: column;
gap: 2px;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
cursor: pointer;
header {
display: flex;
align-items: center;
gap: 2px;
border-bottom: 1px solid light-dark(@dark-blue, @golden);
pointer-events: none;
img {
flex: 0;
@ -35,6 +37,7 @@
flex-direction: column;
justify-content: center;
gap: 2px;
pointer-events: none;
.damage-row {
display: flex;