Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
feast
Segui
1
Vota
0
Forka
1
Codice
Problemi
2
Pull Requests
1
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Make the text of nav/choice buttons unselectable
vintage
Fen Dweller
5 anni fa
parent
1cd3452f08
commit
0b798beed3
2 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/ChoiceButton.vue
+1
-0
src/components/NavButton.vue
+ 1
- 0
src/components/ChoiceButton.vue
Vedi File
@@ -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
Vedi File
@@ -53,6 +53,7 @@ export default class NavButton extends Vue {
width: 100%;
height: 100%;
z-index: 1;
user-select: none;
}
.nav-button:hover {
Write
Preview
Loading…
Annulla
Salva