Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
great_wolves
/
feast
feito fork de
chemicalcrux/feast
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Make the text of nav/choice buttons unselectable
master
Fen Dweller
5 anos atrás
pai
1cd3452f08
commit
0b798beed3
2 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
src/components/ChoiceButton.vue
+1
-0
src/components/NavButton.vue
+ 1
- 0
src/components/ChoiceButton.vue
Ver arquivo
@@ -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 arquivo
@@ -53,6 +53,7 @@ export default class NavButton extends Vue {
width: 100%;
height: 100%;
z-index: 1;
user-select: none;
}
.nav-button:hover {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar