CSS outline fixes for keyboard users.

This commit is contained in:
orangemug
2020-06-10 13:04:04 +01:00
parent 8ae6e9fc61
commit 5804b3c72a
3 changed files with 30 additions and 6 deletions
+2
View File
@@ -143,6 +143,8 @@
color: inherit;
text-decoration: none;
cursor: pointer;
// HACK: Remove important
outline: none !important;
}
&-group-header {