From d4e65e0c1bb49f9a4524da4862b4289df3695624 Mon Sep 17 00:00:00 2001 From: Torjus Date: Fri, 20 Jul 2018 09:55:26 +0200 Subject: [PATCH] Fix Filmstrip border colors --- app/stylus/components/Filmstrip.styl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/stylus/components/Filmstrip.styl b/app/stylus/components/Filmstrip.styl index 1b1d590..d5a3e80 100644 --- a/app/stylus/components/Filmstrip.styl +++ b/app/stylus/components/Filmstrip.styl @@ -45,12 +45,16 @@ border: 0; } } + } - &.active { + &.active { + > .film-content { border-color: #FFF; } + } - &.selected { + &.selected { + > .film-content { border-color: #377EFF; } }