Skip to content

Commit

Permalink
Merge pull request udacity#12 from Fcmam5/gh-pages
Browse files Browse the repository at this point in the history
disable clicks and set cursor to default
  • Loading branch information
robdodson authored Dec 22, 2016
2 parents e612489 + 1be968f commit 3a13521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lesson2-focus/01-basic-form/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ html, body {
height: 100%;
display: flex;
flex-direction: column;
pointer-events: none;
cursor: default;
}

.container {
Expand Down

0 comments on commit 3a13521

Please sign in to comment.