diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2014-12-17 11:37:47 +0200 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2014-12-17 13:19:54 +0200 |
commit | 4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb (patch) | |
tree | 3bc05692615a7fdb8fc6184c2638619f62cc4e27 /WebContent/VAADIN/themes/valo/components/_grid.scss | |
parent | 48904a34a20f2d501da1b6055143fd73b5b90d50 (diff) | |
download | vaadin-framework-4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb.tar.gz vaadin-framework-4a3a97c0d07861568d336ac7f3e0ed496dc8fcbb.zip |
Rename "active" row/cell to "focused" (#13334)
Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_grid.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss index be9201d98d..4b2197f6a4 100644 --- a/WebContent/VAADIN/themes/valo/components/_grid.scss +++ b/WebContent/VAADIN/themes/valo/components/_grid.scss @@ -4,7 +4,7 @@ $v-grid-row-background-color: valo-table-background-color() !default; $v-grid-row-stripe-background-color: scale-color($v-grid-row-background-color, $lightness: if(color-luminance($v-grid-row-background-color) < 10, 4%, -4%)) !default; $v-grid-border: valo-border($color: $v-grid-row-background-color, $strength: 0.8) !default; -$v-grid-cell-active-border: max(2px, first-number($v-border)) solid $v-selection-color !default; +$v-grid-cell-focused-border: max(2px, first-number($v-border)) solid $v-selection-color !default; $v-grid-row-height: $v-table-row-height !default; $v-grid-row-selected-background-color: $v-selection-color !default; @@ -61,7 +61,7 @@ $v-grid-cell-padding-horizontal: $v-table-cell-padding-horizontal !default; border-color: adjust-color($v-selection-color, $lightness: -8%, $saturation: -8%); } - > .#{$primary-stylename}-cell-active:before { + > .#{$primary-stylename}-cell-focused:before { border-color: adjust-color($v-selection-color, $lightness: 20%); } } |