fix: remove focus outline artifacts

This commit is contained in:
Baptiste Grob
2021-04-09 14:22:33 +02:00
parent e12b9ecac8
commit 369b748b97
5 changed files with 87 additions and 16 deletions

View File

@@ -92,6 +92,10 @@ button.sk-a {
min-height: 24px;
}
*:focus-visible {
outline: none;
}
*:focus {
outline: none;
box-shadow: 0 0 0 2px var(--sn-stylekit-info-color);