From b117e8b3777378eb6712be7cb0273c13e1681119 Mon Sep 17 00:00:00 2001 From: revealtheweb Date: Tue, 22 Oct 2019 12:25:06 +0100 Subject: [PATCH] fix other syntax error highlited by travis --- src/css/popup.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index de18847..e0fd7ff 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -761,12 +761,12 @@ span ~ .panel-header-text { } .exit-edit-mode-link img { - transform: scaleX(-1); block-size: 16px; + transform: scaleX(-1); display: inline; - margin-inline-end: 5px; - inline-size: 16px; filter: grayscale(100%) brightness(5); + inline-size: 16px; + margin-inline-end: 5px; vertical-align: bottom; }