0👍
You’re targeting the wrong CSS selector
.VueCarousel-navigation-button:focus {
outline: none !important;
}
This removed the outline for me
- [Vuejs]-Vue Jest Framework | Uncovered lines are show as invalid
- [Vuejs]-How to specify bootstrap accordion for data from API in vue js
Source:stackexchange.com