Skip to content

Commit

Permalink
Setting the cursor in the only spot it needs to be set.
Browse files Browse the repository at this point in the history
  • Loading branch information
ostyn committed Mar 18, 2017
1 parent fb5ace3 commit 288d9e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/widgets/expando.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: inherit;
border: none;
cursor:pointer;
-webkit-transition:all 0.09s ease-in-out;
margin-right: 54px;
}
.expando-label {
cursor:pointer;
}
.expando-label::before {
content :"\26B2";
font-size: 40px;
display: inline-block;
cursor:pointer;
position: relative;
left:34px;
top:1px;
Expand Down

0 comments on commit 288d9e8

Please sign in to comment.