summaryrefslogtreecommitdiffstats
path: root/documentation/advanced/advanced-dragndrop.asciidoc
diff options
context:
space:
mode:
authorhaiwan <alwin.wang.oocl@gmail.com>2018-08-22 12:29:52 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-08-22 12:29:52 +0300
commit8ad53538d1e2de0c9c83a5b9e1bce33f488854fe (patch)
treeaacb17b9061cae688714e3502ff65df83abf9b26 /documentation/advanced/advanced-dragndrop.asciidoc
parentc8b1d0daae8770218189381fe4a94e2a1ffc977c (diff)
downloadvaadin-framework-8ad53538d1e2de0c9c83a5b9e1bce33f488854fe.tar.gz
vaadin-framework-8ad53538d1e2de0c9c83a5b9e1bce33f488854fe.zip
Fix Grid stylename in documentation (#11130)
Diffstat (limited to 'documentation/advanced/advanced-dragndrop.asciidoc')
-rw-r--r--documentation/advanced/advanced-dragndrop.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc
index 24e2e2d6f4..941c7818bc 100644
--- a/documentation/advanced/advanced-dragndrop.asciidoc
+++ b/documentation/advanced/advanced-dragndrop.asciidoc
@@ -420,7 +420,7 @@ When dropping on top of the grid's header or footer, the drop location will be `
A drop target Grid's body has the style name `v-grid-body-droptarget` to indicate that it is a potential target for data to be dropped.
When dragging data over a drop target Grid's row, depending on the drop mode and the mouse position relative to the row, a style name is applied to the row or to the grid body to indicate the drop location.
-When dragging on top of a row, `v-grid-row-drag-center` indicates ON_TOP, `v-grid-row-drag-top` indicates ABOVE and `v-grid-row-drag-bottom` indicates BELOW locations. When dragging on top of an empty grid, or when the drop location is ON_TOP and dragged below the last row in grid (and there is empty space visible), the `v-grid-body-body-drag-top` style is applied to the `v-grid-tablewrapper` element which surrounds the grid header, body and footer.
+When dragging on top of a row, `v-grid-row-drag-center` indicates ON_TOP, `v-grid-row-drag-top` indicates ABOVE and `v-grid-row-drag-bottom` indicates BELOW locations. When dragging on top of an empty grid, or when the drop location is ON_TOP and dragged below the last row in grid (and there is empty space visible), the `v-grid-body-drag-top` style is applied to the `v-grid-tablewrapper` element which surrounds the grid header, body and footer.
(((range="endofrange", startref="term.advanced.dragndrop")))