summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2014-12-17 11:37:47 +0200
committerJohannes Dahlström <johannesd@vaadin.com>2014-12-17 13:19:54 +0200
commit4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb (patch)
tree3bc05692615a7fdb8fc6184c2638619f62cc4e27 /WebContent/VAADIN/themes/runo
parent48904a34a20f2d501da1b6055143fd73b5b90d50 (diff)
downloadvaadin-framework-4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb.tar.gz
vaadin-framework-4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb.zip
Rename "active" row/cell to "focused" (#13334)
Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-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%);
}
}