Created by: pratu16x7
When list group buttons are focused, their bottom outline is overlapped by the next list button (this seems to be an issue with outlines in general)
Active list items were already placed above their siblings. This pull request does the same with a focused button to prevent the outline overlap. The recent pull request #16215 for list-group buttons made it easy to include the focus style. Hope it is according to coding standards.