Skip to content

Commit b236faa

Browse files
committed
force print/screen filter styles
1 parent 8606250 commit b236faa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@media print {
22
.#{eccgui}-application__hide--print,
33
.#{eccgui}-application__show--screen {
4-
display: none;
4+
display: none !important;
55
}
66
}
77

88
@media screen {
99
.#{eccgui}-application__hide--screen,
1010
.#{eccgui}-application__show--print {
11-
display: none;
11+
display: none !important;
1212
}
1313
}

0 commit comments

Comments
 (0)