mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Make keyboard shortcut styling more subtle (#28522)
This commit is contained in:
@@ -45,6 +45,14 @@
|
|||||||
color: var(--primary-medium);
|
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-highlighted,
|
||||||
&.is-selected,
|
&.is-selected,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user