Set the blockClass element's background color to the inherited color (#707)

* Set the blockClass element's background color to the inherited color

* Update snapshot

* Update snapshot
This commit is contained in:
John Pham
2021-09-25 08:54:49 -07:00
committed by GitHub
parent e67eb1cd09
commit 971c08adc1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
const rules: (blockClass: string) => string[] = (blockClass: string) => [
`.${blockClass} { background: #ccc }`,
`.${blockClass} { background: currentColor }`,
'noscript { display: none !important; }',
];

View File

@@ -43,7 +43,7 @@ file-frame-2
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -91,7 +91,7 @@ file-frame-2
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -138,7 +138,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -216,7 +216,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -296,7 +296,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }