diff options
author | Henrik Paul <henrik@vaadin.com> | 2014-12-05 12:55:40 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-08 09:27:34 +0000 |
commit | 9f24790d3607510b30abba08a3b29f8144332ac5 (patch) | |
tree | 8167eff1bd8dae4d487e147f8ffdb5333be51b58 /WebContent/VAADIN/themes/runo/grid/grid.scss | |
parent | 167a9bcc33d5c36e148dae04d63f37ca7f01f34b (diff) | |
download | vaadin-framework-9f24790d3607510b30abba08a3b29f8144332ac5.tar.gz vaadin-framework-9f24790d3607510b30abba08a3b29f8144332ac5.zip |
Fixes some errors in Runo/Reindeer (#13334)
Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
Diffstat (limited to 'WebContent/VAADIN/themes/runo/grid/grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/runo/grid/grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/grid/grid.scss b/WebContent/VAADIN/themes/runo/grid/grid.scss index 65d16849a8..c5b3602943 100644 --- a/WebContent/VAADIN/themes/runo/grid/grid.scss +++ b/WebContent/VAADIN/themes/runo/grid/grid.scss @@ -76,7 +76,7 @@ // Grid body .#{$primary-stylename}-body { - .#{$primary-stylename}-row:nth-child(odd) .#{$primary-stylename}-cell { + .#{$primary-stylename}-row-stripe(odd) > .#{$primary-stylename}-cell { background-color: #f6f7f7; } |