Removed options from new container menu. Tweaked new container menu to remove

dupes from opening it twice.

Added focus highlighting for keyboard navigation
This commit is contained in:
Kendall Werts
2020-02-28 12:14:48 -06:00
parent ef66bee929
commit 7f91096311
5 changed files with 25 additions and 26 deletions
+2 -1
View File
@@ -680,7 +680,8 @@ h3.title {
font-style: italic;
}
.hover-highlight:hover {
.hover-highlight:hover,
.hover-highlight:focus {
background: var(--highlight-blue);
color: #fff;
}