[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 1 05:44:41 UTC 2020


 loleaflet/css/loleaflet.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0124eb773d8e400964cc9eaf5f6b85a07460d158
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Aug 31 14:35:26 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Sep 1 07:44:23 2020 +0200

    Fix blinking cursor
    
    Change-Id: I723dcfc06e07d3d5a83e64eee812d3084dc8378c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101728
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 90f4afced..75b4a53a2 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -545,10 +545,10 @@ body {
 }
 
 .lokblink {
-    animation: blink 150ms infinite alternate;
+    animation: lokblink 150ms infinite alternate;
 }
 
- at keyframes blink {
+ at keyframes lokblink {
     from { opacity:1; }
     to { opacity:0; }
 }


More information about the Libreoffice-commits mailing list