Skip to content

Commit

Permalink
revert to hamburger expansion icon in dynamic form
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpbear committed May 12, 2017
1 parent 25bb8cf commit 8ce176d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/base/static/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,12 @@ button.sp-selected, button.sp-selected:hover {
padding-right: 15px;

&:before {
content: $icon-disclosure-triangle-left;
content: $icon-expansion-hamburger;
}

&:hover {
&:before {
content: $icon-disclosure-triangle-down;
}
cursor: pointer;
color: #CCC;
}
}

Expand Down

0 comments on commit 8ce176d

Please sign in to comment.