refactor: better shortcut indication
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user