2026-02-23 01:20:56 -08:00
|
|
|
.global-shortcut-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-31 23:50:45 +02:00
|
|
|
kbd {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
min-width: 18px;
|
|
|
|
|
padding: 2px 4px;
|
2026-02-23 01:20:56 -08:00
|
|
|
font-size: 11px;
|
2026-03-31 23:50:45 +02:00
|
|
|
line-height: 1;
|
2026-02-23 01:20:56 -08:00
|
|
|
color: var(--color-text-light-2);
|
|
|
|
|
background-color: var(--color-box-body);
|
|
|
|
|
border: 1px solid var(--color-secondary);
|
|
|
|
|
border-radius: var(--border-radius);
|
2026-03-31 23:50:45 +02:00
|
|
|
box-shadow: var(--box-shadow-kbd);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-shortcut-wrapper > kbd {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 6px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
2026-02-23 01:20:56 -08:00
|
|
|
pointer-events: none;
|
|
|
|
|
}
|