diff options
Diffstat (limited to 'web/sass-files/sass/partials/_command-box.scss')
-rw-r--r-- | web/sass-files/sass/partials/_command-box.scss | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss deleted file mode 100644 index b5ba26edf..000000000 --- a/web/sass-files/sass/partials/_command-box.scss +++ /dev/null @@ -1,39 +0,0 @@ -.command-box { - position: absolute; - background-color: #fff; - width: 100%; - border: $border-gray; - bottom: 38px; - overflow: auto; - z-index: 100; - @extend %popover-box-shadow; - .sidebar--right & { - bottom: 100px; - } -} - -.command-name { - position: relative; - width: 100%; - line-height: 24px; - padding: 5px 10px 8px; - z-index: 101; - font-size: 0.95em; - border-bottom: 1px solid #ddd; - &:hover { - background-color: #e8eaed; - } - .command__desc { - margin-left: 5px; - @include opacity(0.5); - line-height: normal; - } -} - -.command-desc { - color: #a7a8ab; -} - -.command--selected { - background-color: #e8eaed; -} |