Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 537 Bytes

Command palette styling 02.md

File metadata and controls

35 lines (25 loc) · 537 Bytes

Collection

Command palette styling 02


  • author:: rushi
  • source::

cover::

.suggestion-item.is-selected {
  background-color: hsla(var(--interactive-accent-hsl), 0.8);
  border-radius: 6px;
}

.prompt {
  border-radius: 8px;
}

.suggestion-highlight {
  color: var(--text-accent);
}

.suggestion-item.is-selected .suggestion-highlight {
  color: white !important;
}

input.prompt-input {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px !important;
}