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 the text of nav/choice buttons unselectable
vintage
Fen Dweller
hace 5 años
padre
1cd3452f08
commit
0b798beed3
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/components/ChoiceButton.vue
+1
-0
src/components/NavButton.vue
+ 1
- 0
src/components/ChoiceButton.vue
Ver fichero
@@ -53,6 +53,7 @@ export default class ChoiceButton extends Vue {
border-style: outset;
outline: none;
padding: 4pt;
user-select: none;
}
.choice-button:focus {
+ 1
- 0
src/components/NavButton.vue
Ver fichero
@@ -53,6 +53,7 @@ export default class NavButton extends Vue {
width: 100%;
height: 100%;
z-index: 1;
user-select: none;
}
.nav-button:hover {
Escribir
Vista previa
Cargando…
Cancelar
Guardar