diff --git a/src/App.scss b/src/App.scss index b2c7be13..cdc3209c 100644 --- a/src/App.scss +++ b/src/App.scss @@ -173,11 +173,6 @@ a { color: var(--link, $fallback--link); } - &.-padded { - padding: 10px; - margin: -10px; - } - &.-fullwidth { width: 100%; } diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index d54ae78c..9fc4f9d8 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -1,8 +1,8 @@ @@ -29,8 +34,19 @@ @import '../../_variables.scss'; .FavoriteButton { - &.-interactive { + display: flex; + > :first-child { + padding: 10px; + margin: -10px -5px -10px -10px; + } + + .action-counter { + pointer-events: none; + user-select: none; + } + + .interactive { .svg-inline--fa { animation-duration: 0.6s; } diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 725d1ad4..4cdb436c 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -43,7 +43,7 @@