diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-29 16:04:45 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-08-30 11:14:37 +0300 |
commit | f5a60906ce4ecc676e77ee8cd49882735578129a (patch) | |
tree | 5ecd75027d8d2c60748350e7e88ad201bce5f906 /WebContent/VAADIN/themes/valo/components/_dragwrapper.scss | |
parent | eac8c5a24f0bb93139a53aebd19ee91ed4ac4d16 (diff) | |
download | vaadin-framework-f5a60906ce4ecc676e77ee8cd49882735578129a.tar.gz vaadin-framework-f5a60906ce4ecc676e77ee8cd49882735578129a.zip |
Valo Sass API documentation, part 2
Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_dragwrapper.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_dragwrapper.scss | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss index 1eaf078661..6e4859b82c 100644 --- a/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss +++ b/WebContent/VAADIN/themes/valo/components/_dragwrapper.scss @@ -1,3 +1,10 @@ +/** + * Outputs the styles and selectors for the DragAndDropWrapper component. + * + * @param {string} $primary-stylename (v-ddwrapper) - the primary style name for the selectors + * + * @group drag-n-drop + */ @mixin valo-dragwrapper ($primary-stylename: v-ddwrapper) { [draggable=true] { @@ -103,8 +110,11 @@ } - - +/** + * Outputs the styles for a drop target when the drag is on top of it. + * + * @group drag-n-drop + */ @mixin valo-ddwrapper-box-hint-style { border-width: 2px; border-radius: $v-border-radius; |