@@ -3195,8 +3195,9 @@ define([
{
$cell: true,
$type: "div",
- class: "handle",
- $components: [
+ class: "handle"
+ },
+
$type: "button",
@@ -3213,10 +3214,10 @@ define([
$type: "span",
class: "mdc-typography--button",
$text: title
- }
- ]
- },
cellNode,
@@ -75,6 +75,8 @@
.handle {
background: rgba(67, 103, 163, 0.80);
width: 100%;
+ height: 20px;
+ left: 100px;
}