Closed Haroenv closed 6 years ago
Hey @Haroenv, thanks for your contribution!
Let's update the css like this, that way it looks good in Chrome and Safari :)
.chat-button:focus {
border: 0;
}
Hey @beeman, if there's no visual indicator of focus, people who navigate with the keyboard won't know which element is focused, since you turned off the outline
. I would suggest using a different color, but not 0
@Haroenv that makes total sense. Merging the PR as is! 👍
perfect! Feel free to change this later when there would be two configurable colours to the non-main color :)
This is quite noticeable on Safari, where the default style is unsightly:
Also added a focus style, but wasn't too sure about the color. White isn't super visible, but the change in size is. Feel free to suggest a change there.