diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 0f83655f..686631a9 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -282,25 +282,6 @@ pre.ace_editor { } } -.search-wrapper { - @apply flex flex-1; - @apply relative; - - &::after { - @apply absolute; - @apply flex; - @apply inset-y-0; - @apply items-center; - @apply justify-center; - @apply pointer-events-none; - @apply font-icon; - @apply text-secondaryLight; - @apply left-4; - - content: "\e8b6"; - } -} - input[type="checkbox"] { @apply hidden; diff --git a/components/app/Shortcuts.vue b/components/app/Shortcuts.vue index 6d2f2c5b..31afa2fb 100644 --- a/components/app/Shortcuts.vue +++ b/components/app/Shortcuts.vue @@ -20,7 +20,7 @@
-
+
-
- -
+
-
+
-
- -
+
-
- -
+
{{ $t("empty.body") }} +
diff --git a/components/smart/Item.vue b/components/smart/Item.vue index 9d2a6c14..4474f2d1 100644 --- a/components/smart/Item.vue +++ b/components/smart/Item.vue @@ -5,6 +5,7 @@ :blank="blank" class=" rounded + transition font-medium flex-shrink-0 py-2 diff --git a/components/smart/Toggle.vue b/components/smart/Toggle.vue index c9b343a6..7c45f2b8 100644 --- a/components/smart/Toggle.vue +++ b/components/smart/Toggle.vue @@ -54,7 +54,6 @@ $transition: all 0.2s ease-in-out; height: $height; border: if($useBorder, 2px solid $borderColor, none); background-color: if($useBorder, transparent, $inactiveColor); - transition: $transition; box-sizing: initial; .handle { diff --git a/components/tab/Primary.vue b/components/tab/Primary.vue index 756b2339..2a53348d 100644 --- a/components/tab/Primary.vue +++ b/components/tab/Primary.vue @@ -6,6 +6,7 @@ class=" rounded py-2 + transition px-4 inline-flex items-center diff --git a/components/tab/Secondary.vue b/components/tab/Secondary.vue index 4f28e281..addb08ce 100644 --- a/components/tab/Secondary.vue +++ b/components/tab/Secondary.vue @@ -7,6 +7,7 @@ font-medium flex-1 py-2 + transition transform inline-flex items-center