Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit ad3e2f9

Browse files
alexandre-gillenca
andauthored
Show selected optionGroup input background for printing SORMAS-Foundation#3197 (SORMAS-Foundation#3558)
Co-authored-by: nca <[email protected]>
1 parent 40a10e2 commit ad3e2f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • sormas-ui/src/main/webapp/VAADIN/themes/sormas

sormas-ui/src/main/webapp/VAADIN/themes/sormas/print.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
.v-grid-selection-checkbox {
123123
display: none !important;
124124
}
125+
:root .sormas .v-select-optiongroup-horizontal .v-radiobutton > input:checked ~ label,
126+
:root .sormas .v-select-optiongroup-horizontal .v-checkbox > input:checked ~ label {
127+
-webkit-print-color-adjust: exact !important;
128+
color-adjust: exact !important;
129+
}
125130
// TODO: a lot of things…
126131
}
127132
}

0 commit comments

Comments
 (0)