UX: Make keyboard shortcut styling more subtle (#28522)

This commit is contained in:
Keegan George 2024-08-23 13:31:53 -07:00 committed by GitHub
parent a7cd523faf
commit b1a369ab13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,14 @@
color: var(--primary-medium);
}
.shortcut {
border: none;
background: var(--primary-200);
font-size: var(--font-down-2);
color: var(--primary-high);
margin-left: 1.8rem;
}
&.is-highlighted,
&.is-selected,
&:hover {