summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-12-18 14:27:02 +0200
committerVaadin Code Review <review@vaadin.com>2014-12-18 14:16:51 +0000
commitb178104c75d99a34869eb10dedd73b67383c7374 (patch)
treeb8bd91e48800f2872213198f8cfaf2775fea82c4 /WebContent/VAADIN/themes/reindeer
parent41bf82e6dd57dc23c6cc298fde0a971305e9134b (diff)
downloadvaadin-framework-b178104c75d99a34869eb10dedd73b67383c7374.tar.gz
vaadin-framework-b178104c75d99a34869eb10dedd73b67383c7374.zip
Fix regressions in Grid SCSS
Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r--WebContent/VAADIN/themes/reindeer/reindeer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/reindeer.scss b/WebContent/VAADIN/themes/reindeer/reindeer.scss
index 443f5cc7f3..cda571fda0 100644
--- a/WebContent/VAADIN/themes/reindeer/reindeer.scss
+++ b/WebContent/VAADIN/themes/reindeer/reindeer.scss
@@ -6,7 +6,7 @@ $line-height: normal !default;
$v-grid-border: 1px solid #c2c3c4;
$v-grid-cell-vertical-border: 1px solid #d4d4d4;
$v-grid-cell-horizontal-border: none;
-$v-grid-cell-active-border: 1px solid #0f68ba;
+$v-grid-cell-focused-border: 1px solid #0f68ba;
$v-grid-row-height: 20px;
$v-grid-row-stripe-background-color: #eff0f1;
$v-grid-row-selected-background-color: #4d749f;