Skip to content
Prev Previous commit
Next Next commit
Add comment to currentColor property.
  • Loading branch information
jasmussen committed Oct 8, 2021
commit ea0da01ac63370c02cd08e2de2b252b973bd081b
4 changes: 3 additions & 1 deletion packages/block-library/src/site-logo/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
}

// Draw the dashed outline.
// By setting the dashed border to currentColor, we ensure it's visible
// against any background color.
color: currentColor;
&::before {
content: "";
display: block;
Expand All @@ -117,7 +120,6 @@
width: auto;
}

color: currentColor;
.components-button.components-button {
color: inherit;
padding: 0;
Expand Down