Make the borders of the command palette more subtle

This commit is contained in:
Dave Pearson
2023-09-13 21:23:49 +01:00
parent 1a471fd19c
commit 460603aa43

View File

@@ -247,7 +247,7 @@ class CommandList(OptionList, can_focus=False):
CommandList {
visibility: hidden;
border-top: blank;
border-bottom: hkey $accent;
border-bottom: hkey $primary;
border-left: none;
border-right: none;
height: auto;
@@ -352,7 +352,7 @@ class CommandPalette(ModalScreen[CallbackType], inherit_css=False):
CommandPalette #--input {
height: auto;
visibility: visible;
border: hkey $accent;
border: hkey $primary;
background: $panel;
}
@@ -379,7 +379,7 @@ class CommandPalette(ModalScreen[CallbackType], inherit_css=False):
height: auto;
visibility: hidden;
background: $panel;
border-bottom: hkey $accent;
border-bottom: hkey $primary;
}
CommandPalette LoadingIndicator.--visible {