mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
settings(PluginTab): fix hovering background change on infocard
This commit is contained in:
parent
182377fd98
commit
c97572dc6a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
.vc-plugins-info-card:hover,
|
||||
.vc-plugin-stats:hover {
|
||||
background-color: var(--background-tertiary);
|
||||
background-color: var(--background-tertiary) !important;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: var(--elevation-high);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue