feat: more actions & shortcuts

This commit is contained in:
liyasthomas
2021-08-11 14:16:43 +05:30
parent 384e4ce43e
commit 829e116e04
13 changed files with 256 additions and 146 deletions

View File

@@ -235,8 +235,8 @@ pre.ace_editor {
}
.select-wrapper {
@apply flex flex-1;
@apply relative;
@apply w-full;
@apply cursor-pointer;
&::after {
@@ -255,16 +255,18 @@ pre.ace_editor {
}
.search-wrapper {
@apply flex flex-1;
@apply relative;
@apply w-full;
&::after {
@apply absolute;
@apply inline-block;
@apply flex;
@apply inset-y-0;
@apply items-center;
@apply justify-center;
@apply pointer-events-none;
@apply font-icon;
@apply text-secondaryLight;
@apply top-2;
@apply left-3;
content: "\e8b6";