Fixed account hover card follow button's hover state
This commit is contained in:
parent
147356c434
commit
2be6447675
3 changed files with 9 additions and 0 deletions
|
|
@ -6482,6 +6482,9 @@ a:is(.active,
|
|||
line-height: 22px;
|
||||
padding: 10px 18px;
|
||||
}
|
||||
.app-body .hover-card .button:not(.button--destructive):hover {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
.app-body .button:is(.button-secondary, .button-tertiary):hover {
|
||||
background-color: color-mix(in srgb, var(--color-accent), transparent 70%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6482,6 +6482,9 @@ a:is(.active,
|
|||
line-height: 22px;
|
||||
padding: 10px 18px;
|
||||
}
|
||||
.app-body .hover-card .button:not(.button--destructive):hover {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
.app-body .button:is(.button-secondary, .button-tertiary):hover {
|
||||
background-color: color-mix(in srgb, var(--color-accent), transparent 70%);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6482,6 +6482,9 @@ a:is(.active,
|
|||
line-height: 22px;
|
||||
padding: 10px 18px;
|
||||
}
|
||||
.app-body .hover-card .button:not(.button--destructive):hover {
|
||||
background-color: var(--color-accent-focus);
|
||||
}
|
||||
.app-body .button:is(.button-secondary, .button-tertiary):hover {
|
||||
background-color: color-mix(in srgb, var(--color-accent), transparent 70%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue