Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
feast
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
2
Pull Requests
1
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Make statblocks highlight when hovered over
vintage
Fen Dweller
hace 5 años
padre
d97978c0b3
commit
c38e813d57
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
src/components/Combat.vue
+ 6
- 0
src/components/Combat.vue
Ver fichero
@@ -187,6 +187,12 @@ a {
justify-content: start;
height: 100%;
}
.statblock:hover {
background: #444;
}
.statblock:hover[data-active] {
background: #666;
}
</style>
<style>
Escribir
Vista previa
Cargando…
Cancelar
Guardar