diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-09-06 13:48:57 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-11-17 14:44:21 +0000 |
commit | bc7c4f780fd6f2843cc3910063bfcf6587b99627 (patch) | |
tree | 1c12fcc8bdf6f7b9cc20574eca0d1657e6f770d0 /WebContent | |
parent | 66f297fe1ad372c2e8904710cce5e069ac61897f (diff) | |
download | vaadin-framework-bc7c4f780fd6f2843cc3910063bfcf6587b99627.tar.gz vaadin-framework-bc7c4f780fd6f2843cc3910063bfcf6587b99627.zip |
Remove border on immediate child cells only on Valo. (#18787)
Change-Id: I87825ea46fbcea98b054d3dc2eb3fe80781a9d48
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_table.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_table.scss b/WebContent/VAADIN/themes/valo/components/_table.scss index 63735cb4b9..a832b3a4da 100644 --- a/WebContent/VAADIN/themes/valo/components/_table.scss +++ b/WebContent/VAADIN/themes/valo/components/_table.scss @@ -291,7 +291,7 @@ $v-table-background-color: null !default; border-top: $v-table-border-width solid $border-color; } - .#{$primary-stylename}-table tr:first-child td { + .#{$primary-stylename}-table tr:first-child > td { border-top: none; } |