summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-11-23 10:15:31 +0000
committerVaadin Code Review <review@vaadin.com>2012-11-23 10:15:31 +0000
commit57bce2f092caef0d8ae917997f7ade218e24af7b (patch)
tree2bf548894d5342f29eed33330df750eda159999e /WebContent/VAADIN
parent39362ee93b02e1400d943e1c2d4ccdefb4b55b1d (diff)
parent8af297270fc7449a2d277f68ef1fd968940e92f3 (diff)
downloadvaadin-framework-57bce2f092caef0d8ae917997f7ade218e24af7b.tar.gz
vaadin-framework-57bce2f092caef0d8ae917997f7ade218e24af7b.zip
Merge "Disabled @media print {} to avoid invalid CSS, see #10336"
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss3
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;