Remove dotted lines around active a/hyperlink tag
web-surfer opened this issue · 3 comments
When clicking page change li elements (first, page 1, page 2, etc...) the a tag leaves a dotted outline around the clicked li element like so:
This happens when a tags/hyperlinks become active.
In the picture, the Page 2 li element is active. But as you can see, the outline only goes around 3 sides of the li element. This is true for all the li elements except the "Last" li element.
I purpose the outline simply be removed like so:
.div.v-pagination > ul > li > a {
outline: none;
}
I should note: this happens in Firefox. It does not happen in Chrome.
OK, understood.
I tested it with FireFox(80.0), and the dotted outline did not apper when page item active.
Interesting. It shows up for me in Firefox (81), but not in Chrome. Perhaps it is an issue with my app, then. Please ignore this issue.