diff --git "a/m\303\251li-m\303\251lo/2021-05-conjunction/and-or.css" "b/m\303\251li-m\303\251lo/2021-05-conjunction/and-or.css" index f184bae1e..7f942909e 100644 --- "a/m\303\251li-m\303\251lo/2021-05-conjunction/and-or.css" +++ "b/m\303\251li-m\303\251lo/2021-05-conjunction/and-or.css" @@ -120,6 +120,11 @@ html:lang(fr) .cnjnctn-type-or > [class*=cnjnctn-col]:not(:first-child):before { [class*=cnjnctn-type-].cnjnctn-xs > [class*=cnjnctn-col]:not(:first-child):after { border-image: linear-gradient(to bottom, #ffffff 0.3em, #ffffff 0.3em, transparent 0.3em, transparent 2.35em, #ffffff 2.35em, #ffffff 2.35em) 1 100%; } + @-moz-document url-prefix() { + [class*=cnjnctn-type-].cnjnctn-xs > [class*=cnjnctn-col]:not(:first-child):after { + border-left: none; + } + } } [class*=cnjnctn-type-].cnjnctn-xs > [class*=cnjnctn-col]:not(:first-child) { margin-left: 1.4em; @@ -183,6 +188,11 @@ html:lang(fr) .cnjnctn-type-or > [class*=cnjnctn-col]:not(:first-child):before { @media (prefers-contrast: more) { [class*=cnjnctn-type-].cnjnctn-sm > [class*=cnjnctn-col]:not(:first-child):after { border-image: linear-gradient(to bottom, #ffffff 0.3em, #ffffff 0.3em, transparent 0.3em, transparent 2.35em, #ffffff 2.35em, #ffffff 2.35em) 1 100%; + } + @-moz-document url-prefix() { + [class*=cnjnctn-type-].cnjnctn-sm > [class*=cnjnctn-col]:not(:first-child):after { + border-left: none; + } } } .cnjnctn-type-and.cnjnctn-sm > [class*=cnjnctn-col]:not(:first-child):before { @@ -228,6 +238,11 @@ html:lang(fr) .cnjnctn-type-or > [class*=cnjnctn-col]:not(:first-child):before { @media (prefers-contrast: more) { [class*=cnjnctn-type-].cnjnctn-md > [class*=cnjnctn-col]:not(:first-child):after { border-image: linear-gradient(to bottom, #ffffff 0.3em, #ffffff 0.3em, transparent 0.3em, transparent 2.35em, #ffffff 2.35em, #ffffff 2.35em) 1 100%; + } + @-moz-document url-prefix() { + [class*=cnjnctn-type-].cnjnctn-md > [class*=cnjnctn-col]:not(:first-child):after { + border-left: none; + } } } .cnjnctn-type-and.cnjnctn-md > [class*=cnjnctn-col]:not(:first-child):before { @@ -273,6 +288,11 @@ html:lang(fr) .cnjnctn-type-or > [class*=cnjnctn-col]:not(:first-child):before { @media (prefers-contrast: more) { [class*=cnjnctn-type-].cnjnctn-lg > [class*=cnjnctn-col]:not(:first-child):after { border-image: linear-gradient(to bottom, #ffffff 0.3em, #ffffff 0.3em, transparent 0.3em, transparent 2.35em, #ffffff 2.35em, #ffffff 2.35em) 1 100%; + } + @-moz-document url-prefix() { + [class*=cnjnctn-type-].cnjnctn-lg > [class*=cnjnctn-col]:not(:first-child):after { + border-left: none; + } } } .cnjnctn-type-and.cnjnctn-lg > [class*=cnjnctn-col]:not(:first-child):before { diff --git "a/m\303\251li-m\303\251lo/2021-05-conjunction/index.html" "b/m\303\251li-m\303\251lo/2021-05-conjunction/index.html" index 573852f36..f6e6181f1 100644 --- "a/m\303\251li-m\303\251lo/2021-05-conjunction/index.html" +++ "b/m\303\251li-m\303\251lo/2021-05-conjunction/index.html" @@ -18,27 +18,23 @@

Table of content

GCWeb implementation plan

+ +{% assign implPlan = site.pages | where: "output", "false" | where: "componentName", "2021-05-conjunction" | first %} +

Todo and for future consideration

-

Lead: CRA - Christopher Oakes (@christopher-o)

+

Sponsor: {{ implPlan.sponsor }}