diff options
Diffstat (limited to 'web/sass-files')
-rw-r--r-- | web/sass-files/sass/partials/_command-box.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss index 184fb55eb..b5ba26edf 100644 --- a/web/sass-files/sass/partials/_command-box.scss +++ b/web/sass-files/sass/partials/_command-box.scss @@ -32,4 +32,8 @@ .command-desc { color: #a7a8ab; -}
\ No newline at end of file +} + +.command--selected { + background-color: #e8eaed; +} |