I have implemented a bootstrap class for ul/li items that adds a border around an li item when clicked. However, I am facing an issue where only the first list item is highlighted on all 4 sides when clicked, while the rest of the list items only have 3 sides highlighted. The class I am using is "list-group-item" and it includes "border-top-width: 0;". Disabling this feature through the inspect page allows the bottom 2 li items to work properly. I want to remove this feature from the class to ensure all li items are highlighted. I have attempted to override the class with "border-top-width: none;" but have had no success. https://i.sstatic.net/7qEus.png