remove pointer style
This commit is contained in:
parent
31ea1d26d9
commit
6a9fc1e1c7
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue