From 7b99d98c553f40ec4d633d0d4fdf65f275c80e77 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Tue, 24 Nov 2020 12:32:42 +0200 Subject: Replace all use of + href='#' with proper buttons --- src/components/notification/notification.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/components/notification/notification.vue') diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 2bbde108..ba3648fd 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -14,14 +14,13 @@ {{ notification.from_profile.screen_name }} - + />
- + />
Date: Tue, 24 Nov 2020 16:10:03 +0200 Subject: fix warnings --- src/App.scss | 2 +- src/components/notification/notification.vue | 10 ++++++---- src/components/timeline/timeline.vue | 4 +++- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'src/components/notification/notification.vue') diff --git a/src/App.scss b/src/App.scss index 1d0abb51..76a5e797 100644 --- a/src/App.scss +++ b/src/App.scss @@ -71,7 +71,6 @@ a { } .button-default { - user-select: none; color: $fallback--text; color: var(--btnText, $fallback--text); background-color: $fallback--fg; @@ -85,6 +84,7 @@ a { font-size: 14px; font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); + user-select: none; i[class*=icon-], :not(&.-icon), diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index ba3648fd..08eb80c9 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -135,10 +135,12 @@ v-if="needMute" class="button-unstyled" @click.prevent="toggleMute" - > + > + +