19 lines
436 B
CSS
19 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;
|
||
|
}
|
||
|
}
|