This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
feast
Watch
1
Star
0
Fork
1
Code
Issues
2
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Make the text of nav/choice buttons unselectable
vintage
Fen Dweller
5 years ago
parent
1cd3452f08
commit
0b798beed3
2 changed files
with
2 additions
and
0 deletions
Split View
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
View 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
View 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…
Cancel
Save