Ensure the correct color for items in the Nested Content item picker

This commit is contained in:
Kenn Jacobsen
2018-09-29 07:27:39 +02:00
parent 25aa74b4cd
commit 45f574ed3a

View File

@@ -208,11 +208,25 @@
width: 99%;
}
.usky-grid.umb-nested-content__node-type-picker .cell-tools-menu {
position: relative;
transform: translate(-50%, -25%);
}
.usky-grid.umb-nested-content__node-type-picker {
.cell-tools-menu {
position: relative;
transform: translate(-50%, -25%);
}
.elements li {
&:hover {
i {
color: @white !important;
}
}
i {
// make sure the item icons shown are in the correct color according to their doc type icon instead of the grid editor item color
color: unset;
}
}
}
// this resolves the layout issue introduced in nested content in 7.12 with the addition of the input for link anchors
// the attribute selector ensures the change only applies to the linkpicker overlay