Skip to content

Commit

Permalink
Tweak sort indicator in photo grid. Optimize code.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 6, 2017
1 parent 45862cd commit 21be946
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/stylesheets/partials/_sort-indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Sort indicator
// --------------------------------------------------


.photo {
&.over {
position: relative;
Expand Down Expand Up @@ -35,13 +34,11 @@
top: 100%;
}

// Expand sortable area
&.last {
&::before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: $line-height-large;
outline: none;
}
Expand All @@ -53,7 +50,7 @@
&::before,
&::after {
top: 50%;
height: 60%;
height: 100%;
transform: translateY(-50%);
}

Expand Down

0 comments on commit 21be946

Please sign in to comment.