This is a migrated thread and some comments may be shown as answers.

Yellow outline box in Google Chrome

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Joel asked on 11 Jan 2012, 09:28 AM
http://jsfiddle.net/CuQDc/5/light/ 

Selecting a row produces a yellow box around the grid.

1 Answer, 1 is accepted

Sort by
0
Joel
Top achievements
Rank 1
answered on 11 Jan 2012, 09:31 AM
A CSS fix did the trick:

.k-grid
{
    outline: 0;
}

If not already there, this could be added to the common/grid CSS in KendoUI.
Tags
Grid
Asked by
Joel
Top achievements
Rank 1
Answers by
Joel
Top achievements
Rank 1
Share this question
or