Pārlūkot izejas kodu

Make statblocks highlight when hovered over

master
Fen Dweller pirms 5 gadiem
vecāks
revīzija
c38e813d57
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. +6
    -0
      src/components/Combat.vue

+ 6
- 0
src/components/Combat.vue Parādīt failu

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

<style>


Notiek ielāde…
Atcelt
Saglabāt