remove pointer style

This commit is contained in:
Ayo 2019-12-24 16:20:10 +08:00
parent 31ea1d26d9
commit 6a9fc1e1c7
2 changed files with 1 additions and 2 deletions

View file

@ -69,7 +69,6 @@ h1 {
#grid TR TD[data-status=flagged] { #grid TR TD[data-status=flagged] {
border: 1px outset #ececec; border: 1px outset #ececec;
padding: 0px; padding: 0px;
cursor: pointer;
} }
#grid TR TD.mine { #grid TR TD.mine {

View file

@ -14,7 +14,7 @@ import {
} from './services'; } from './services';
import { levels } from './levels.js'; import { levels } from './levels.js';
const VERSION = "0.3.6"; const VERSION = "0.3.7";
const MOBILE_BUSY_DELAY = 250; const MOBILE_BUSY_DELAY = 250;
const PC_BUSY_DELAY = 500; const PC_BUSY_DELAY = 500;
const TEST_MODE = false; const TEST_MODE = false;