diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-12-13 15:53:19 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-12-13 15:53:19 +0100 |
commit | 503ab5c66ab524dfe36aed84a01899cd07ed2bc5 (patch) | |
tree | 68f3461d561ddc6a8e83898916aba06c193e6ffa /src/client/style | |
parent | fe27a0819a60caaa69b059f0c86d95ab0c4084b7 (diff) |
Allow selection of result using keyboard
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/style/index.scss b/src/client/style/index.scss index 8e1b4d0..7c83c77 100644 --- a/src/client/style/index.scss +++ b/src/client/style/index.scss @@ -48,6 +48,10 @@ body { &__result { display: flex; + &--selected { + background-color: lightgray; + } + &__text { padding: 15px; padding-left: 0px; |