From bf0d2c2c8d41b87bddc658c713dbe4670453b5a3 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Jun 2021 12:02:39 +0200 Subject: [PATCH] css: Fix syntax errors --- public/css/module.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 3db49bf..3bf04a1 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -387,7 +387,7 @@ td > a > .badges { .badge-pending { background: @colorPending; } .badge-missing { background: #ccc; } /** END Badges **/ -.badges + /** BEGIN Tiles **/ .tiles:after { content:''; @@ -678,17 +678,17 @@ td > a > .badges { &.impact { .breadcrumb li:not(:last-of-type) a:after { - .transition(border-left-color 2s 0.66s linear !important); + .transition(border-left-color 2s 0.66s linear ~'!important'); border-left-color: @gray-lighter !important; } .breadcrumb li:not(:last-of-type) a:before { - .transition(border-left-color 2s 1s linear !important); + .transition(border-left-color 2s 1s linear ~'!important'); border-left-color: @gray-light !important; } .breadcrumb li:not(:last-of-type) { - .transition(border-color 2s 1s linear !important); + .transition(border-color 2s 1s linear ~'!important'); border-color: @gray-light !important; } .breadcrumb li:not(:last-of-type) a:hover {