aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;