mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 888380 - Alert service notifications shouldn't disappear when hovered. r=jaws
This commit is contained in:
parent
d6778cb903
commit
ac61d763a2
@ -8,6 +8,10 @@
|
||||
animation-name: alert-animation;
|
||||
}
|
||||
|
||||
#alertBox[animate]:hover {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
.alertText {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user