4949
5050.doc h2 {
5151 font-size : var (--heading-h2 );
52- /* max-width: fit-content; */
5352 width : 100% ;
5453 margin-top : var (--base-extra-large-space );
5554 /* NOTE used to restrict width of key line */
5655}
5756
58- /* .doc h2::after {
59- content: "";
60- display: block;
61- max-width: 5.75rem;
62- height: 0;
63- outline: 0.5px solid currentColor;
64- margin-top: 1.0625rem;
65- } */
66-
6757.doc h3 {
6858 font-size : var (--heading-h3 );
6959 margin-top : var (--base-extra-large-space );
122112 text-decoration : underline;
123113}
124114
125- /* .doc code {
126- color: var(--color-text);
127- font-weight: var(--weight-medium);
128- } */
129-
130115.doc pre code {
131116 display : block;
132117 color : inherit;
@@ -185,7 +170,6 @@ occur inside lists.
185170.doc caption {
186171 font-size : var (--font-base );
187172 font-weight : var (--weight-semibold );
188- /* letter-spacing: -0.025em; */
189173 line-height : 1.2 ;
190174 margin-bottom : var (--base-space );
191175 color : var (--color-brand-gray3 );
@@ -222,18 +206,6 @@ ul ul ul {
222206 margin-bottom : var (--base-extra-small-space );
223207}
224208
225- /* .doc table.tableblock,
226- .doc th.tableblock,
227- .doc td.tableblock {
228- border: 0 solid var(--color-border-table);
229- }
230-
231- .doc table.tableblock {
232- border-width: 1px;
233- border-collapse: collapse;
234- margin: 1.5rem 0 2rem;
235- } */
236-
237209/* TODO drop .spread after upgrading to Asciidoctor 1.5.7 */
238210
239211.doc table .spread ,
@@ -245,16 +217,6 @@ ul ul ul {
245217 text-align : left;
246218}
247219
248- /* .doc table.tableblock > tbody {
249- font-weight: var(--weight-light);
250- } */
251-
252- /* NOTE prevent wide tables from exceeding bounds */
253-
254- /* TODO could also target table.tableblock[style^="width:"] */
255-
256- /* TODO drop .spread after upgrading to Asciidoctor 1.5.7 */
257-
258220.doc table .spread > tbody > tr > * ,
259221.doc table .stretch > tbody > tr > * {
260222 /* NOTE setting max-width reactivates overflow-wrap behavior on the table cell */
@@ -444,7 +406,6 @@ ul ul ul {
444406 flex-direction : column;
445407 border : 1px solid var (--color-brand-gray8 );
446408 padding : var (--base-space );
447- /* padding-left: var(--base-space); */
448409 box-shadow : 0 3px 10px rgba (0 , 0 , 0 , 0.06 );
449410 border-radius : 5px ;
450411 align-items : center;
@@ -509,19 +470,6 @@ ul ul ul {
509470 font-weight : inherit;
510471}
511472
512- /* Use this for a working pseudo element before an [abstract] attribute-marked block in the documentation.
513- This one adds the words "Quick Summary" before any text inside the [abstract] block. */
514-
515- /*
516- .doc .abstract blockquote::before {
517- content: "Quick Summary \a";
518- white-space: pre;
519- color: var(--color-muted);
520- font-weight: var(--weight-medium);
521- font-size: var(--heading-h4);
522- padding-bottom: 1rem;
523- } */
524-
525473.doc ul {
526474 margin : 0 ;
527475 padding : 0 0 0 1rem ;
@@ -546,11 +494,11 @@ ul ul ul {
546494}
547495
548496.doc ul .checklist i .fa-check-square-o ::before {
549- content : "\2713" ;
497+ content : "\2713" ; /* check-mark */
550498}
551499
552500.doc ul .checklist i .fa-square-o ::before {
553- content : "\274f" ;
501+ content : "\274f" ; /* square with a shadow outline */
554502}
555503
556504.doc .dlist .dlist ,
@@ -626,18 +574,6 @@ ul ul ul {
626574
627575/* NOTE assume pre.highlight contains code[data-lang] */
628576
629- /* .doc pre.highlight code::after,
630- .doc pre:not(.highlight)::after{
631- content: '';
632- display: inline-block;
633- background: transparent linear-gradient(180deg, #F1F7FE0D 0%, #F1F7FE40 18%, #F1F7FE 68%, #F1F7FE 100%) 0% 0% no-repeat padding-box;
634- width: 65px;
635- height: 100%;
636- position: absolute;
637- right: 0;
638- top: 0;
639- } */
640-
641577.doc pre .highlight {
642578 position : relative;
643579}
@@ -648,41 +584,6 @@ ul ul ul {
648584 padding : 0 ;
649585}
650586
651- /* .doc pre.highlight .hljs-attr {
652- color: var(--hljs-attr);
653- } */
654-
655- /* .doc pre.highlight .hljs-string {
656- color: var(--hljs-string);
657- } */
658-
659- /* .doc pre.highlight .hljs-number {
660- color: var(--hljs-number);
661- } */
662-
663- /* .doc .listingblock code[data-lang]::before {
664- content: attr(data-lang);
665- color: var("--color-brand-gray1");
666- display: none;
667- font-size: 0.75rem;
668- font-weight: var(--weight-normal);
669- letter-spacing: 1px;
670- line-height: 18px;
671- text-transform: uppercase;
672- position: absolute;
673- top: 0.375rem;
674- right: 2rem;
675- font-family: "Source Sans Pro", sans-serif;
676- padding-right: 6px;
677- border-right: 1px solid var(--color-brand-gray9);
678- }
679-
680- .doc .listingblock:hover code[data-lang]::before {
681- display: block;
682- }
683-
684- */
685-
686587table .tableblock code .language-console .hljs .shell ,
687588table .tableblock pre code .language-bash .hljs {
688589 white-space : normal;
@@ -717,10 +618,6 @@ table.tableblock pre code.language-bash.hljs {
717618 margin-top : var (--base-extra-small-space );
718619}
719620
720- /* .doc .dlist dd > .openblock > .content > :first-child {
721- margin-top: 0;
722- } */
723-
724621.doc .sidebarblock > .content {
725622 border : 1px solid var (--color-border );
726623 padding : 2.5rem ;
0 commit comments