data-split-icon is off by a few pixels
darkphantum opened this issue · 1 comments
darkphantum commented
using data-split-icon on a split button list results in the icon rendered to the right instead of at the center. I had to do the below to center it. it is easier to notice if the list element data-theme is different from the data-split-theme
.rem-list-item .ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon {
top: 51%;
}
.rem-list-item .ui-li-link-alt .ui-btn .ui-icon {
right: 52.5%;
}
mkuklis commented
Thanks this should be now fixed.