TP_JO2024/home/dist/component/tooltip/tooltip.print.css
2024-03-27 17:19:37 +01:00

18 lines
436 B
CSS

/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-tooltip {
color: #3a3a3a;
display: none;
}
.fr-tooltip.fr-placement {
background-image: linear-gradient(90deg, #fff, #fff);
}
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) {
.fr-tooltip.fr-placement {
z-index: 1000;
}
}