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:
@@ -1,5 +1,5 @@
|
|||||||
const rules: (blockClass: string) => string[] = (blockClass: string) => [
|
const rules: (blockClass: string) => string[] = (blockClass: string) => [
|
||||||
`.${blockClass} { background: #ccc }`,
|
`.${blockClass} { background: currentColor }`,
|
||||||
'noscript { display: none !important; }',
|
'noscript { display: none !important; }',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ file-frame-2
|
|||||||
file-cid-0
|
file-cid-0
|
||||||
@charset \\"utf-8\\";
|
@charset \\"utf-8\\";
|
||||||
|
|
||||||
.rr-block { background: rgb(204, 204, 204); }
|
.rr-block { background: currentcolor; }
|
||||||
|
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ file-frame-2
|
|||||||
file-cid-0
|
file-cid-0
|
||||||
@charset \\"utf-8\\";
|
@charset \\"utf-8\\";
|
||||||
|
|
||||||
.rr-block { background: rgb(204, 204, 204); }
|
.rr-block { background: currentcolor; }
|
||||||
|
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ file-frame-5
|
|||||||
file-cid-0
|
file-cid-0
|
||||||
@charset \\"utf-8\\";
|
@charset \\"utf-8\\";
|
||||||
|
|
||||||
.rr-block { background: rgb(204, 204, 204); }
|
.rr-block { background: currentcolor; }
|
||||||
|
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
|
|
||||||
@@ -216,7 +216,7 @@ file-frame-5
|
|||||||
file-cid-0
|
file-cid-0
|
||||||
@charset \\"utf-8\\";
|
@charset \\"utf-8\\";
|
||||||
|
|
||||||
.rr-block { background: rgb(204, 204, 204); }
|
.rr-block { background: currentcolor; }
|
||||||
|
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
|
|
||||||
@@ -296,7 +296,7 @@ file-frame-5
|
|||||||
file-cid-0
|
file-cid-0
|
||||||
@charset \\"utf-8\\";
|
@charset \\"utf-8\\";
|
||||||
|
|
||||||
.rr-block { background: rgb(204, 204, 204); }
|
.rr-block { background: currentcolor; }
|
||||||
|
|
||||||
noscript { display: none !important; }
|
noscript { display: none !important; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user