fix: outline style

This commit is contained in:
Baptiste Grob
2021-01-01 15:13:44 +01:00
parent fa15339efc
commit 7f99148fc4
2 changed files with 8 additions and 0 deletions

View File

@@ -86,3 +86,7 @@ a, .sk-a {
button.sk-a {
min-height: 24px;
}
*:focus {
outline: solid var(--sn-stylekit-info-color) 2px;
}

View File

@@ -89,6 +89,10 @@
-webkit-user-select: text !important;
}
&:focus {
outline: 0;
}
pointer-events: none;
}