mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user