aboutsummaryrefslogtreecommitdiff
path: root/src/components/favorite_button/favorite_button.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/favorite_button/favorite_button.vue')
-rw-r--r--src/components/favorite_button/favorite_button.vue17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue
index f25c589a..1e1a6970 100644
--- a/src/components/favorite_button/favorite_button.vue
+++ b/src/components/favorite_button/favorite_button.vue
@@ -15,18 +15,17 @@
@import '../../_variables.scss';
.fav-active {
- cursor: pointer;
- animation-duration: 0.6s;
+ cursor: pointer;
+ animation-duration: 0.6s;
- &:hover {
- color: $fallback--cOrange;
- color: var(--cOrange, $fallback--cOrange);
- }
-}
-
-.favorite-button.icon-star {
+ &:hover {
color: $fallback--cOrange;
color: var(--cOrange, $fallback--cOrange);
+ }
}
+.favorite-button.icon-star {
+ color: $fallback--cOrange;
+ color: var(--cOrange, $fallback--cOrange);
+}
</style>