removes enter key listener in favor of focus highlighting to notify user that there
is keyboard navigation available for the onboarding panels. (enter key listener was added
 as keyboard navication for onboarding panels).

bumped version
This commit is contained in:
Kendall Werts
2020-02-26 17:02:01 -06:00
parent d654810d41
commit 5bbf902b47
5 changed files with 20 additions and 22 deletions
+5
View File
@@ -390,6 +390,11 @@ table {
background-color: #0675d3;
}
.onboarding-button:focus,
.half-onboarding-button:focus {
box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3);
}
/* Pop buttons are the square shaped buttons used to
manage things like container crud */
.pop-button {