diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-04 19:45:42 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-04 19:45:42 +0200 |
| commit | 075f2cb903fa45ea8e7a52098fd7091b0b14a9fd (patch) | |
| tree | 3590676bc07d2d7798e35746ed944da087dfc05e /src/components/favorite_button | |
| parent | 50a9c077fbf6d403caa4c383e5502eeda47f2ef8 (diff) | |
remove all "fallback variables"
Diffstat (limited to 'src/components/favorite_button')
| -rw-r--r-- | src/components/favorite_button/favorite_button.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index 8c883c13..2e0dd047 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -65,7 +65,6 @@ <script src="./favorite_button.js"></script> <style lang="scss"> -@import "../../variables"; @import "../../mixins"; .FavoriteButton { @@ -88,8 +87,7 @@ &:hover .svg-inline--fa, &.-favorited .svg-inline--fa { - color: $fallback--cOrange; - color: var(--cOrange, $fallback--cOrange); + color: var(--cOrange); } @include unfocused-style { |
