File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
overflow-y : auto ;
6
6
position : relative ;
7
7
8
+ & :focus {
9
+ outline : none ;
10
+ }
11
+
8
12
.neo-grid-scrollbar {
9
13
height : 1px ;
10
14
position : absolute ;
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class GridView extends Component {
121
121
* @member {Object} _vdom
122
122
*/
123
123
_vdom :
124
- { cn : [
124
+ { tabIndex : '-1' , cn : [
125
125
{ cn : [ ] } ,
126
126
{ cls : 'neo-grid-scrollbar' }
127
127
] }
@@ -428,8 +428,7 @@ class GridView extends Component {
428
428
id : cellId ,
429
429
cls : cellCls ,
430
430
role : 'gridcell' ,
431
- style : rendererOutput . style || { } ,
432
- tabIndex : '-1'
431
+ style : rendererOutput . style || { }
433
432
} ;
434
433
435
434
if ( column . width ) {
@@ -491,7 +490,6 @@ class GridView extends Component {
491
490
cls : trCls ,
492
491
cn : [ ] ,
493
492
role : 'row' ,
494
- tabIndex : '-1' ,
495
493
496
494
style : {
497
495
height : me . rowHeight + 'px' ,
You can’t perform that action at this time.
0 commit comments