added missing cursor: pointer on #open-handle

This commit is contained in:
Andy Miller
2016-03-11 11:46:09 -07:00
parent 2b34b02bf4
commit 18027d1ee0
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -148,6 +148,7 @@ $sidebar-padding: 2rem;
#open-handle {
display: block;
position: absolute;
cursor: pointer;
right: -16px;
top: 20px;
width: 16px;