Skip to content

Commit

Permalink
fix shape of bottom right resize handle
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatic committed Jan 10, 2015
1 parent a339275 commit b6a8bae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/angular-gridster.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions src/angular-gridster.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,13 @@

.handle-se {
cursor: se-resize;
width: 12px;
height: 12px;
width: 0;
height: 0;
right: 1px;
bottom: 1px;
border-style: solid;
border-width: 0 0 12px 12px;
border-color: transparent transparent #ccc;
}

.handle-ne {
Expand Down Expand Up @@ -152,10 +155,4 @@

.gridster .gridster-item:hover .gridster-box {
border: 1.5px solid #B3B2B3;
}

.gridster .gridster-item:hover .handle-se {
border-style: solid;
border-width: 0 0 13px 13px;
border-color: transparent transparent #ccc;
}
}

0 comments on commit b6a8bae

Please sign in to comment.