Merge pull request #23394 from overleaf/jel-bs5-notification-close

[web] Use RGB to fix close button hover effect

GitOrigin-RevId: 9c636fdcf509b76a3a7fbad365e24f6adb75f8ee
This commit is contained in:
Jessica Lawshe
2025-02-26 09:19:12 -06:00
committed by Copybot
parent 7533f910bf
commit da8b3c429b

View File

@@ -40,7 +40,7 @@
&:hover,
&:focus {
background-color: rgb(var(--neutral-90) 0.08);
background-color: rgba($neutral-90, 0.08);
color: var(--content-secondary);
}
}
@@ -124,7 +124,7 @@
&:hover,
&:focus {
background-color: rgb(var(--neutral-90) 0.08);
background-color: rgba($neutral-90, 0.08);
color: var(--content-secondary);
}
}