diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-16 11:42:37 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-04-16 13:44:35 +0300 |
commit | 9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93 (patch) | |
tree | 97b9f020b3ff2723159da651159f71ab9a8ba1fd /WebContent/VAADIN/themes/valo/components/_table.scss | |
parent | f50ad371bce71ecd235d0b26d19dbf6c3a4d157f (diff) | |
download | vaadin-framework-9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93.tar.gz vaadin-framework-9c521a6d3e2022bbdbc6bb94aca7ffe4cd01bf93.zip |
Prefixed all Valo-specific 'property values' with 'v-'
Bevel and shadow substitute values 'hilite' and 'shade' are now
'v-hilite' and 'v-shade'.
'focus-color' is also now 'v-focus-color'.
Gradient style are now 'v-linear' and 'v-linear-reverse'
Change-Id: I003997d3fea076d7fec45cb95e70c27a81de625e
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_table.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_table.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss index 58d96c688a..59ad6069af 100644 --- a/WebContent/VAADIN/themes/valo/components/_table.scss +++ b/WebContent/VAADIN/themes/valo/components/_table.scss @@ -312,7 +312,6 @@ $v-table-background-color: null !default; @include transition-delay(100ms); } - /* row in column selector */ .v-on, .v-off { &:before { |