@codegouvfr/react-dsfr
Version:
French State Design System React integration library
20 lines (17 loc) • 469 B
CSS
/*!
* DSFR v1.13.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-tabs {
page-break-inside: avoid;
}
.fr-tabs__tab {
background-color: transparent;
border: 1px solid var(--border-default-grey);
background-image: none ;
}
.fr-tabs__tab[aria-selected=true] {
border-top: 2px solid var(--border-active-blue-france);
border-bottom: none;
}
}