refactor: better shortcut indication

This commit is contained in:
Liyas Thomas
2022-10-01 19:19:43 +05:30
parent 048ac5f7a5
commit 6330548cc0
43 changed files with 57 additions and 60 deletions

View File

@@ -137,7 +137,7 @@ a {
@apply leading-body;
font-size: 86%;
xmp {
kbd {
@apply hidden;
@apply font-sans;
@apply bg-gray-500/45;
@@ -147,11 +147,6 @@ a {
@apply my-0 ml-1;
@apply truncate;
@apply sm: inline-flex;
&.expand-loop {
@apply bg-error;
@apply text-accentContrast;
}
}
.tippy-svg-arrow svg {
@@ -161,7 +156,7 @@ a {
.tippy-box[data-theme="popover"] {
@apply flex flex-col;
@apply max-h-46;
@apply max-h-48;
@apply items-stretch;
@apply overflow-y-auto;
@apply bg-popover;
@@ -457,7 +452,8 @@ pre.ace_editor {
@apply rounded;
@apply ml-2;
@apply px-1;
@apply transition;
@apply border border-dividerDark;
@apply shadow-sm;
}
.capitalize-first {