diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-12 17:26:08 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-12 17:26:08 +0200 |
| commit | ae345d2c458bd0952d9b85c2e03060b2d286d320 (patch) | |
| tree | cc0055345936b37b8431e4d2b9bded6f77714231 /src/components/account_actions | |
| parent | 1c5f156af04b6df4cbce8fcf999d752e2500089c (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.vue | 5 |
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> |
