File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<div class="slds">
8
8
9
- <div class="slds-picklist--draggable slds-grid">
9
+ <div class="slds-dueling-list slds-grid">
10
+
10
11
<div class="slds-assistive-text" id="drag-live-region" aria-live="assertive"></div>
11
12
<div class="slds-assistive-text" id="option-drag-label">Press space bar when on an item, to move it within the list. CMD plus left and right arrow keys, to move items between lists.</div>
12
13
13
14
<c:OrderedList aura:id="left" fieldName="{!v.fieldName}" values="{!v.leftValues}" position="left" />
14
15
15
- <div class="slds-grid slds-grid--vertical ">
16
- <button class="slds-button slds-button--icon- container slds-button--icon -small" title="Right" onclick="{!c.moveRightToLeft}">
17
- <lightning:icon iconName="utility:left" size="small" class="slds-button__icon slds-button__icon--large " />
16
+ <div class="slds-dueling-list__column ">
17
+ <button class="slds-button slds-button_icon- container slds-button_icon -small" title="Right" onclick="{!c.moveRightToLeft}">
18
+ <lightning:icon iconName="utility:left" size="small" class="slds-button__icon slds-button__icon_large " />
18
19
<span class="slds-assistive-text">Move Selection to Second Category</span>
19
20
</button>
20
- <button class="slds-button slds-button--icon- container slds-button--icon -small" title="Left" onclick="{!c.moveLeftToRight}">
21
- <lightning:icon iconName="utility:right" size="small" class="slds-button__icon slds-button__icon--large " />
21
+ <button class="slds-button slds-button_icon- container slds-button_icon -small" title="Left" onclick="{!c.moveLeftToRight}">
22
+ <lightning:icon iconName="utility:right" size="small" class="slds-button__icon slds-button__icon_large " />
22
23
<span class="slds-assistive-text">Move Selection to First Category</span>
23
24
</button>
24
25
</div>
You can’t perform that action at this time.
0 commit comments