Skip to content

Commit fe7b5df

Browse files
committed
Display Awesome Complete selected tag with keyboard.
1 parent 12cb9a2 commit fe7b5df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stack/css/stack.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ summary {
434434
border-radius: 2px;
435435
}
436436

437+
.awesomplete > ul > li[aria-selected="true"] {
438+
background-color: var(--main-color);
439+
}
440+
437441
/* @end */
438442

439443
html {

0 commit comments

Comments
 (0)