style(PinnedPluginList): fix hover background color (#3501)

This commit is contained in:
Zeke Zhang 2024-02-08 08:47:33 +08:00 committed by GitHub
parent 1978d66ccd
commit b232586f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ export const PinnedPluginList = () => {
background: none;
color: rgba(255, 255, 255, 0.65);
&:hover {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1) !important;
}
}
`}