summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-09-09 10:43:10 +0000
committerVaadin Code Review <review@vaadin.com>2015-09-09 11:41:25 +0000
commit3356c1e1e439217909f05b1177869a051d5e3a6b (patch)
treed9d5d563cb52b227f8c80cbcb3f7902ff743da0b
parentbd1932af96273877cb434cbc6037361ff12cafbc (diff)
downloadvaadin-framework-3356c1e1e439217909f05b1177869a051d5e3a6b.tar.gz
vaadin-framework-3356c1e1e439217909f05b1177869a051d5e3a6b.zip
Revert "Fix Grid unbuffered editor validation error area theme (#18812)"
This CSS fix was only partial fix and caused a regression. A better solution is needed. This reverts commit 6efaefd9f0f0a607b579872b261a41b8e526ff60. Change-Id: Ie99d12357a8098d8bded94ee1fe26e353bad0cf5
-rw-r--r--WebContent/VAADIN/themes/base/grid/grid.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/grid/grid.scss b/WebContent/VAADIN/themes/base/grid/grid.scss
index ddc06641ee..6b3b017070 100644
--- a/WebContent/VAADIN/themes/base/grid/grid.scss
+++ b/WebContent/VAADIN/themes/base/grid/grid.scss
@@ -425,7 +425,6 @@ $v-grid-details-border-bottom-stripe: 1px solid darken($v-grid-row-background-co
margin-top: nth($v-grid-cell-horizontal-border, 1) * -1;
background: $v-grid-row-background-color;
padding: 0 5px;
- width: 100%;
+ .#{$primaryStyleName}-editor-cells > div {
border-bottom: none;