Skip to content

Commit 76af5fd

Browse files
committed
content: alphabetize classes with prefix Fetch
Class names with the prefix "Fetch" are alphabetized relative to each other. No changes are made to the CSS. For golang/go#36811 For golang/go#37002 Change-Id: I662829fd50f1e1634cc891ba50c4bf1d4f9ac0bd Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/245437 Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent a438fca commit 76af5fd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

content/static/css/stylesheet.css

+14-14
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,17 @@ code {
546546
.SearchResults-emptyContentMessage {
547547
text-align: center;
548548
}
549+
.Fetch-button {
550+
background-color: var(--gray-10);
551+
border-radius: 0.5rem;
552+
border: 0.0625rem solid var(--gray-8);
553+
color: var(--turq-dark);
554+
font-size: 1rem;
555+
height: 2.5rem;
556+
margin: 1rem 0;
557+
padding: 0rem 1rem;
558+
width: 5rem;
559+
}
549560
.Fetch-container {
550561
align-items: center;
551562
display: flex;
@@ -562,9 +573,6 @@ code {
562573
opacity: 0.2;
563574
}
564575
}
565-
.Fetch-loading {
566-
display: none;
567-
}
568576
.Fetch-dot {
569577
animation-duration: 1.4s;
570578
animation-fill-mode: both;
@@ -576,23 +584,15 @@ code {
576584
height: 0.5rem;
577585
width: 0.5rem;
578586
}
587+
.Fetch-loading {
588+
display: none;
589+
}
579590
.Fetch-loading:nth-child(2) {
580591
animation-delay: 0.2s;
581592
}
582593
.Fetch-loading:nth-child(3) {
583594
animation-delay: 0.4s;
584595
}
585-
.Fetch-button {
586-
background-color: var(--gray-10);
587-
border-radius: 0.5rem;
588-
border: 0.0625rem solid var(--gray-8);
589-
color: var(--turq-dark);
590-
font-size: 1rem;
591-
height: 2.5rem;
592-
margin: 1rem 0;
593-
padding: 0rem 1rem;
594-
width: 5rem;
595-
}
596596

597597
.SearchResults {
598598
margin: 0 auto;

0 commit comments

Comments
 (0)