diff --git a/scss/_core.scss b/scss/_core.scss index ca46d3712..8547b969c 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -8,4 +8,5 @@ text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + cursor: default; }