style(PinnedPluginList): fix hover background color (#3501)
This commit is contained in:
parent
1978d66ccd
commit
b232586f7b
@ -33,7 +33,7 @@ export const PinnedPluginList = () => {
|
|||||||
background: none;
|
background: none;
|
||||||
color: rgba(255, 255, 255, 0.65);
|
color: rgba(255, 255, 255, 0.65);
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
|
Loading…
Reference in New Issue
Block a user