diff options
author | Marc Englund <marc@vaadin.com> | 2012-11-23 11:34:09 +0200 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2012-11-23 11:34:09 +0200 |
commit | 8af297270fc7449a2d277f68ef1fd968940e92f3 (patch) | |
tree | ac091de0fd2047bb74385b7acdcf99e03a59e492 /WebContent/VAADIN/themes/base | |
parent | 1647984d05c5c576c1fe343111c826f3b6c71bc3 (diff) | |
download | vaadin-framework-8af297270fc7449a2d277f68ef1fd968940e92f3.tar.gz vaadin-framework-8af297270fc7449a2d277f68ef1fd968940e92f3.zip |
Disabled @media print {} to avoid invalid CSS, see #10336
Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 27a8f56a48..7ff519a0d5 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -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; |