Make sure we inherit the correct border-color

#49978
This commit is contained in:
Matt Bierner
2018-05-16 15:16:15 -07:00
parent bb75119e2d
commit ab2efd6724
3 changed files with 8 additions and 4 deletions

View File

@@ -163,7 +163,8 @@ table > tbody > tr + tr > td {
blockquote {
margin: 0 7px 0 5px;
padding: 0 16px 0 10px;
border-left: 5px solid;
border-left-width: 5px;
border-left-style: solid;
}
code {