File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
22$autofill-define-button : true !default ;
33$autofill-outline : #4989de !default ;
4- $autofill-handle-border : 1 px 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
88div .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
1926div .dt-autofill-select {
You can’t perform that action at this time.
0 commit comments