Merge pull request #1201 from keeps21/css-fix
Remove CSS rules for quotes - Issue #1192
This commit is contained in:
commit
cb61c4e722
2 changed files with 0 additions and 17 deletions
|
@ -12,15 +12,6 @@ body {
|
|||
background: $color__background-body; /* Fallback for when there is no custom background color defined. */
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: "" "";
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: $color__background-hr;
|
||||
border: 0;
|
||||
|
|
|
@ -342,14 +342,6 @@ body {
|
|||
/* Fallback for when there is no custom background color defined. */
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes: "" "";
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after, q:before, q:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #ccc;
|
||||
border: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue