mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:26:21 +00:00
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;
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.1) !important;
|
||||
}
|
||||
}
|
||||
`}
|
||||
|
Loading…
Reference in New Issue
Block a user