Sfoglia il codice sorgente

Make statblocks highlight when hovered over

master
Fen Dweller 5 anni fa
parent
commit
c38e813d57
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      src/components/Combat.vue

+ 6
- 0
src/components/Combat.vue Vedi File

@@ -187,6 +187,12 @@ a {
justify-content: start;
height: 100%;
}
.statblock:hover {
background: #444;
}
.statblock:hover[data-active] {
background: #666;
}
</style>

<style>


Loading…
Annulla
Salva