Skip to content

Commit 83979ce

Browse files
committed
added missing ampersands
1 parent 6fb0790 commit 83979ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/gutenberg.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ body {
605605
padding-top: 2.54cm;
606606
padding-bottom: 2.54cm; }
607607

608-
a [href^="http://"]:after, a [href^="https://"]:after, a [href^="ftp://"]:after {
608+
a[href^="http://"]:after, a[href^="https://"]:after, a[href^="ftp://"]:after {
609609
content: " (" attr(href) ")";
610610
font-size: 80%; }
611611

dist/gutenberg.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_reformat.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Show link source
22
// For fully qualified URLs only
33
a {
4-
[href^="http://"], [href^="https://"], [href^="ftp://"] {
4+
&[href^="http://"], &[href^="https://"], &[href^="ftp://"] {
55
&:after {
66
content: " (" attr(href) ")";
77
font-size: 80%;

0 commit comments

Comments
 (0)