Completed
Last Updated: 12 Aug 2021 11:24 by ADMIN
Release R3 2021
ADMIN
Peter Milchev
Created on: 03 Aug 2018 11:42
Category: TabStrip
Type: Bug Report
0
DropClue styles for arrows when reordering Vertical TabStrip are missing
Workaround: 

.rtsDropClueLeft {
    margin: -0.5em 0 0 -0.75em;
}

    .rtsDropClueLeft:before {
        content: "\e005";
    }

.rtsDropClueRight {
    margin: -0.5em 0 0 -0.25em;
}

    .rtsDropClueRight:before {
        content: "\e007";
    }
0 comments