diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-05 10:46:33 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-05 10:46:33 +0200 |
commit | 107b8c900bebe974729ae882343601a77d93be69 (patch) | |
tree | bcbf355b0b2d36e6a9555d24373decc478834953 /toolkit/themes | |
parent | c5cafd8610e64790258db13fd7a7f531f229e92b (diff) | |
download | aura-central-107b8c900bebe974729ae882343601a77d93be69.tar.gz |
[follow up] moebius%154: Notifications - user settings - the immediate duration of the alert
https://github.com/MoonchildProductions/moebius/pull/154
https://github.com/MoonchildProductions/UXP/pull/132
Diffstat (limited to 'toolkit/themes')
-rw-r--r-- | toolkit/themes/shared/alert-common.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/themes/shared/alert-common.css b/toolkit/themes/shared/alert-common.css index 010e89393..17510c0db 100644 --- a/toolkit/themes/shared/alert-common.css +++ b/toolkit/themes/shared/alert-common.css @@ -15,14 +15,12 @@ } #alertBox[animate][clicked] { - animation-duration: .6s; animation-name: alert-clicked-animation; } /* This is used if the close button is clicked before the animation has finished. */ #alertBox[animate][closing] { - animation-duration: .6s; animation-name: alert-closing-animation; } |