client/css: fix border around active post
This commit is contained in:
parent
fcf9cb13cb
commit
1a8ff11522
1 changed files with 5 additions and 3 deletions
|
@ -157,13 +157,15 @@ $safety-unsafe = #F3985F
|
||||||
height: 100%
|
height: 100%
|
||||||
margin: 0
|
margin: 0
|
||||||
outline-offset: -3px
|
outline-offset: -3px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background: $main-color
|
background: $main-color
|
||||||
.thumbnail
|
.thumbnail
|
||||||
opacity: .9
|
opacity: .9
|
||||||
a
|
|
||||||
box-shadow: 0 0 0 1px $main-color
|
&:hover a, a:active, a:focus
|
||||||
a, .thumbnail
|
box-shadow: 0 0 0 1px $main-color
|
||||||
|
.thumbnail
|
||||||
outline: 3px solid $main-color
|
outline: 3px solid $main-color
|
||||||
|
|
||||||
.post-list-header
|
.post-list-header
|
||||||
|
|
Loading…
Reference in a new issue