Remove highlight, Fix messages

This commit is contained in:
Jeremy Thomas
2016-12-23 12:45:52 +00:00
parent c52f2575fb
commit 919504dfea
7 changed files with 263 additions and 250 deletions

View File

@@ -30,14 +30,18 @@
line-height: 1.25
padding: 0.5em 0.75em
position: relative
a,
strong
color: inherit
a
text-decoration: underline
.delete
flex-grow: 0
flex-shrink: 0
margin-left: 0.75em
& + .message-body
border-radius: 0 0 $radius $radius
border-top-left-radius: 0
border-top-right-radius: 0
border-top: none
.message-body
@@ -45,8 +49,11 @@
border-radius: $radius
color: $text
padding: 1em 1.25em
a,
strong
color: inherit
a
text-decoration: underline
code,
pre
background: $white