summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/grid/grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/runo/grid/grid.scss')
-rw-r--r--WebContent/VAADIN/themes/runo/grid/grid.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/grid/grid.scss b/WebContent/VAADIN/themes/runo/grid/grid.scss
index 77d7b0a9af..4d16c79fb8 100644
--- a/WebContent/VAADIN/themes/runo/grid/grid.scss
+++ b/WebContent/VAADIN/themes/runo/grid/grid.scss
@@ -22,8 +22,8 @@
.#{$primaryStyleName}-row-selected {
color: #fff;
- // Selected and active
- > .#{$primaryStyleName}-cell-active:before {
+ // Selected and focused
+ > .#{$primaryStyleName}-cell-focused:before {
border-color: lighten($v-grid-row-selected-background-color, 20%);
}
}