diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 6fb7131ed..9101d08f6 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -94,11 +94,12 @@ a { &.link { @apply items-center; - @apply px-2 py-1; - @apply -mx-2 -my-1; + @apply px-1 py-0.5; + @apply -mx-1 -my-0.5; @apply text-accent; + @apply rounded; @apply hover:text-accentDark; - @apply focus-visible:(ring ring-inset ring-accent); + @apply focus-visible:(ring ring-accent); } } @@ -134,22 +135,10 @@ a { font-size: var(--body-font-size); line-height: var(--body-line-height); - } - &[x-placement^="top"] .tippy-tooltip .tippy-arrow { - @apply border-t-popover; - } - - &[x-placement^="bottom"] .tippy-tooltip .tippy-arrow { - @apply border-b-popover; - } - - &[x-placement^="left"] .tippy-tooltip .tippy-arrow { - @apply border-l-popover; - } - - &[x-placement^="right"] .tippy-tooltip .tippy-arrow { - @apply border-r-popover; + .tippy-roundarrow svg { + @apply fill-popover; + } } } diff --git a/components/app/Footer.vue b/components/app/Footer.vue index 43c1a37f1..249358235 100644 --- a/components/app/Footer.vue +++ b/components/app/Footer.vue @@ -26,7 +26,6 @@ diff --git a/components/app/Header.vue b/components/app/Header.vue index 7e1e22755..d5925e796 100644 --- a/components/app/Header.vue +++ b/components/app/Header.vue @@ -15,21 +15,13 @@ icon="offline_bolt" @click.native="showInstallPrompt()" /> - - - + + + - + - + {{ $t("import_export") }} {{ $t("collections") }} - + - + - + - + - + - + - + @@ -79,9 +78,19 @@ By signing in, you are agreeing to our - + and - . + . diff --git a/components/smart/AceEditor.vue b/components/smart/AceEditor.vue index 7fb2adc59..d58b73f24 100644 --- a/components/smart/AceEditor.vue +++ b/components/smart/AceEditor.vue @@ -41,7 +41,6 @@ v-if="siblingDropDownIndex == index" ref="options" interactive - tabindex="-1" trigger="click" theme="popover" arrow diff --git a/components/smart/ChangeLanguage.vue b/components/smart/ChangeLanguage.vue index 0db829f7f..dc9e66be4 100644 --- a/components/smart/ChangeLanguage.vue +++ b/components/smart/ChangeLanguage.vue @@ -1,14 +1,7 @@ - + - + diff --git a/components/teams/Edit.vue b/components/teams/Edit.vue index f8e9a109c..2120d8357 100644 --- a/components/teams/Edit.vue +++ b/components/teams/Edit.vue @@ -58,7 +58,6 @@ - +
By signing in, you are agreeing to our - + and - . + .