Added more visible border to placeholder when row has active-child
This commit is contained in:
@@ -404,6 +404,14 @@
|
||||
.umb-grid-has-config {
|
||||
color: fade(@black, 44);
|
||||
}
|
||||
|
||||
.umb-cell-content.-placeholder {
|
||||
border-color: @grayLight;
|
||||
|
||||
&:hover {
|
||||
border-color: fade(@gray, 44);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user