@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
62 lines (49 loc) • 1.18 kB
text/less
.sapMPluginsCellSelectorRsz {
position: absolute;
z-index: 7;
box-sizing: border-box;
&.sapMPluginsVerticalBorder {
width: 7px;
margin-left: -3.5px;
cursor: col-resize;
}
&.sapMPluginsHorizontalBorder {
height: 7px;
margin-top: -3.5px;
cursor: row-resize;
}
&.sapMPluginsEdge {
height: 10px ;
width: 10px ;
margin-top: -5px;
margin-left: -5px;
&.sapMPluginsNESW {
cursor: nesw-resize;
}
&.sapMPluginsNWSE {
cursor: nwse-resize;
}
}
}
.sapMPluginsCellSelectorRsz:hover {
background-color: @sapList_HighlightColor;
opacity: 0.5;
}
.sapMPluginsCellSelectorRszActive {
opacity: 1 ;
}
.sapMPluginsCellSelectorSelected {
background-color: @sapList_SelectionBackgroundColor;
}
.sapMPluginsCellSelectorTop {
border-top: 0.0625rem @sapList_SelectionBorderColor solid ;
}
.sapMPluginsCellSelectorRight {
border-right: 0.0625rem @sapList_SelectionBorderColor solid ;
}
.sapMPluginsCellSelectorBottom {
border-bottom: 0.0625rem @sapList_SelectionBorderColor solid ;
}
.sapMPluginsCellSelectorLeft {
border-left: 0.0625rem @sapList_SelectionBorderColor solid ;
}