We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddea4f1 commit 5f3b6d2Copy full SHA for 5f3b6d2
1 file changed
packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid.scss
@@ -131,6 +131,24 @@ $root: ".widget-datagrid";
131
align-self: center;
132
}
133
134
+ /* Drag handle */
135
+ .drag-handle {
136
+ cursor: grab;
137
+ pointer-events: auto;
138
+ position: relative;
139
+ width: 14px;
140
+ padding: 0;
141
+ flex-grow: 0;
142
+ display: flex;
143
+ justify-content: center;
144
+ z-index: 1;
145
+
146
+ &:hover {
147
+ background-color: var(--brand-primary-50, $brand-light);
148
+ color: var(--brand-primary, $brand-primary);
149
+ }
150
151
152
&:focus:not(:focus-visible) {
153
outline: none;
154
0 commit comments