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/extra_buttons/extra_buttons.vue | |
| parent | 50a9c077fbf6d403caa4c383e5502eeda47f2ef8 (diff) | |
remove all "fallback variables"
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 48f45eb5..7b38d974 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -201,7 +201,6 @@ <script src="./extra_buttons.js"></script> <style lang="scss"> -@import "../../variables"; @import "../../mixins"; .ExtraButtons { @@ -211,8 +210,7 @@ margin: -10px; &:hover .svg-inline--fa { - color: $fallback--text; - color: var(--text, $fallback--text); + color: var(--text); } } |
