Hi All,
In our recent project we faced the skinning issue especially in Chrome Browser. We have a panelbox which contains links. When we click on any link rectangular box is coming like this.
Solution is very straight forward just need to add this single line for all the components for which box is coming.
i.e, outline: none;
Now if you add this line you will not get any dotted lines.
In our recent project we faced the skinning issue especially in Chrome Browser. We have a panelbox which contains links. When we click on any link rectangular box is coming like this.
Solution is very straight forward just need to add this single line for all the components for which box is coming.
i.e, outline: none;
Now if you add this line you will not get any dotted lines.
No comments:
Post a Comment