Loki: Fix vertical alignment issue in label selector (#18943)

- upgraded rc-cascader (did not fix the alignment issue)
- Safari seems to default to middle alignment, added override to explore
styles
- added empty expand icon property to satisfy API after upgrade
This commit is contained in:
David
2019-09-12 15:33:16 +02:00
committed by GitHub
parent dc0bfb26cf
commit 2f9c2f3886
6 changed files with 25 additions and 12 deletions

View File

@@ -320,8 +320,7 @@
z-index: inherit;
}
// React-component cascade fix: show "loading" even though item can expand
// React-component cascade fix: show "loading" when loading children
.rc-cascader-menu-item-loading:after {
position: absolute;
right: 12px;
@@ -330,6 +329,11 @@
font-style: italic;
}
// React-component cascade fix: vertical alignment issue with Safari
.rc-cascader-menu {
vertical-align: top;
}
// TODO Experimental
.cheat-sheet-item {