このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
feast
ウォッチ
1
スター
0
フォーク
1
コード
課題
2
プルリクエスト
1
リリース
0
Wiki
アクティビティ
ソースを参照
Make the text of nav/choice buttons unselectable
vintage
Fen Dweller
5年前
親
1cd3452f08
コミット
0b798beed3
2個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/components/ChoiceButton.vue
+1
-0
src/components/NavButton.vue
+ 1
- 0
src/components/ChoiceButton.vue
ファイルの表示
@@ -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
ファイルの表示
@@ -53,6 +53,7 @@ export default class NavButton extends Vue {
width: 100%;
height: 100%;
z-index: 1;
user-select: none;
}
.nav-button:hover {
書き込み
プレビュー
読み込み中…
キャンセル
保存