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; } }