Skip to content

Commit 694bfac

Browse files
Changed cursor type for input elements (#1821)
Changed `cursor: pointer` to `cursor: text` Fixes #1820
1 parent 987a243 commit 694bfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/sass/_functions.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
319319
th, td { text-align: left; vertical-align: top; }
320320
hr { display: block; height: 1px; border: 0; border-top: 1px solid $grey-lighter; margin: rhythm(1) 0; padding: 0; }
321-
input, button, select { display: inline-block; vertical-align: middle; cursor: pointer; }
321+
input, button, select { display: inline-block; vertical-align: middle; cursor: text; }
322322

323323
html {
324324
font-size: 100%;

0 commit comments

Comments
 (0)