From e5ac76146d7bcb48e76ab5e4a3b7319fd6cc0655 Mon Sep 17 00:00:00 2001 From: Flachware Date: Fri, 9 Feb 2018 17:39:07 +0100 Subject: [PATCH] Fix photo list/grid over state. --- src/stylesheets/partials/_sort-indicator.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/partials/_sort-indicator.scss b/src/stylesheets/partials/_sort-indicator.scss index 3d0af925a..21912aaed 100644 --- a/src/stylesheets/partials/_sort-indicator.scss +++ b/src/stylesheets/partials/_sort-indicator.scss @@ -75,7 +75,8 @@ .photo { &.last { - .over & { + .photo-list.over &, + .photo-grid.over & { &::after { content: ""; }