diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-20 13:21:40 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-20 13:21:40 +0900 |
| commit | bc0e600e51ad6ed24919d862dc97c5d6faf71314 (patch) | |
| tree | 721e5610a4df019b92ab733713fd56ba1f3363fc /packages/client/src/components | |
| parent | :art: (diff) | |
| download | misskey-bc0e600e51ad6ed24919d862dc97c5d6faf71314.tar.gz misskey-bc0e600e51ad6ed24919d862dc97c5d6faf71314.tar.bz2 misskey-bc0e600e51ad6ed24919d862dc97c5d6faf71314.zip | |
:art:
Diffstat (limited to 'packages/client/src/components')
| -rw-r--r-- | packages/client/src/components/MkSuperMenu.vue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/client/src/components/MkSuperMenu.vue b/packages/client/src/components/MkSuperMenu.vue index 35bb0e1893..30e364c03d 100644 --- a/packages/client/src/components/MkSuperMenu.vue +++ b/packages/client/src/components/MkSuperMenu.vue @@ -125,6 +125,16 @@ export default defineComponent({ text-align: center; padding: 0; + &:hover { + text-decoration: none; + background: none; + color: var(--accent); + + > .icon { + background: var(--accentedBg); + } + } + > .icon { display: grid; place-content: center; |