Browse Source

Disabled @media print {} to avoid invalid CSS, see #10336

Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97
tags/7.0.0.beta10
Marc Englund 11 years ago
parent
commit
8af297270f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      WebContent/VAADIN/themes/base/common/common.scss

+ 3
- 0
WebContent/VAADIN/themes/base/common/common.scss View File

@@ -44,6 +44,7 @@ body &.v-app-loading {
* Try to handle printing somehow. Reasonable printing support
* needs application specific planning and CSS tuning.
*/
/* Disabled for now, see #10336
@media print {
.v-generated-body {
height: auto;
@@ -61,6 +62,8 @@ body &.v-app-loading {
overflow: visible !important;
}
}
*/

.v-ui:active,
.v-ui:focus {
outline: none;

Loading…
Cancel
Save