Skip to content

Commit 6352154

Browse files
author
Allan Jardine
committed
Update: Reflect KeyTable's new alternative styling for doing a "hard" edit
1 parent 42200b4 commit 6352154

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

css/autoFill.dataTables.scss

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
$autofill-define-button: true !default;
33
$autofill-outline: #4989de !default;
4-
$autofill-handle-border: 1px solid #316ad1 !default;
5-
$autofill-handle-background: linear-gradient(to bottom, #abcffb 0%, #4989de 100%) !default;
4+
$autofill-handle-background: #3366ff !default;
5+
$autofill-handle-background-focus: #ff8b33 !default;
66

77

88
div.dt-autofill-handle {
@@ -12,8 +12,15 @@ div.dt-autofill-handle {
1212
z-index: 102;
1313

1414
box-sizing: border-box;
15-
border: $autofill-handle-border;
1615
background: $autofill-handle-background;
16+
cursor: pointer;
17+
}
18+
19+
// KeyTable alt focus
20+
div.dtk-focus-alt {
21+
div.dt-autofill-handle {
22+
background: $autofill-handle-background-focus;
23+
}
1724
}
1825

1926
div.dt-autofill-select {

0 commit comments

Comments
 (0)