aboutsummaryrefslogtreecommitdiff
path: root/src/components/account_actions
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-12 17:26:08 +0200
committerHenry Jameson <me@hjkos.com>2024-02-12 17:26:08 +0200
commitae345d2c458bd0952d9b85c2e03060b2d286d320 (patch)
treecc0055345936b37b8431e4d2b9bded6f77714231 /src/components/account_actions
parent1c5f156af04b6df4cbce8fcf999d752e2500089c (diff)
buttons look great now, including unstyled ones menu items work too
Diffstat (limited to 'src/components/account_actions')
-rw-r--r--src/components/account_actions/account_actions.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue
index ce19291a..1c3c1419 100644
--- a/src/components/account_actions/account_actions.vue
+++ b/src/components/account_actions/account_actions.vue
@@ -130,11 +130,6 @@
margin: -0.5em 0;
padding: 0.5em 0;
text-align: center;
-
- &:not(:hover) .icon {
- color: $fallback--lightText;
- color: var(--lightText, $fallback--lightText);
- }
}
}
</style>