diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2014-12-18 16:31:34 +0200 |
---|---|---|
committer | Henrik Paul <henrik@vaadin.com> | 2014-12-18 14:47:27 +0000 |
commit | 7eb1b4f17306e6629b34d39f6be0aca6b517d656 (patch) | |
tree | 8cfbd91a46fd28b3e13db280f075f7e1e9c78f4a /WebContent/VAADIN/themes/valo | |
parent | e4a0abf6e16812cb608febd777507cffe1e3a5a0 (diff) | |
download | vaadin-framework-7eb1b4f17306e6629b34d39f6be0aca6b517d656.tar.gz vaadin-framework-7eb1b4f17306e6629b34d39f6be0aca6b517d656.zip |
Change "editor row" to "editor" in style names (#13334)
Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
Diffstat (limited to 'WebContent/VAADIN/themes/valo')
-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 7e1882472a..2e76434709 100644 --- a/WebContent/VAADIN/themes/valo/components/_grid.scss +++ b/WebContent/VAADIN/themes/valo/components/_grid.scss @@ -66,8 +66,8 @@ $v-grid-cell-padding-horizontal: $v-table-cell-padding-horizontal !default; } } - .v-editor-row-save, - .v-editor-row-cancel { + .#{$primary-stylename}-editor-save, + .#{$primary-stylename}-editor-cancel { @include valo-button-static-style; @include valo-button-style($unit-size: $v-unit-size--small, $font-size: $v-font-size--small); } |