Skip to content

Commit

Permalink
Consistent cursors, disable text-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedex committed Apr 25, 2017
1 parent 41667d2 commit 33003d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

* {
box-sizing: border-box;
user-select: none;
}

html {
Expand Down Expand Up @@ -204,6 +205,7 @@ p {
height: 42px;
width: 156px;
border-radius: 3px;
cursor: pointer;

select {
background: rgba(0, 0, 0, 0) !important;
Expand All @@ -212,6 +214,7 @@ p {
outline: none;
padding: 14px 16px;
-webkit-appearance: none;
cursor: pointer;
}
}

Expand Down

0 comments on commit 33003d6

Please # to comment.