client/css: fix border around active post

This commit is contained in:
rr- 2016-06-11 11:27:27 +02:00
parent fcf9cb13cb
commit 1a8ff11522

View file

@ -157,13 +157,15 @@ $safety-unsafe = #F3985F
height: 100%
margin: 0
outline-offset: -3px
&:hover
background: $main-color
.thumbnail
opacity: .9
a
box-shadow: 0 0 0 1px $main-color
a, .thumbnail
&:hover a, a:active, a:focus
box-shadow: 0 0 0 1px $main-color
.thumbnail
outline: 3px solid $main-color
.post-list-header