From 92b73f62ad2f25aef283c3cdce5decd01292f1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 27 Apr 2015 19:54:56 +0200 Subject: [PATCH] Fix problem with the latest LESS engine --- front/src/css/rule.css | 2 +- front/src/less/rule.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/css/rule.css b/front/src/css/rule.css index 9a07fc4..26b009b 100644 --- a/front/src/css/rule.css +++ b/front/src/css/rule.css @@ -134,6 +134,7 @@ } .offenders .offenderButton.opens:hover > div { display: block; + background: #ffe0cc; } .offendersHtml { display: inline-block; @@ -183,7 +184,6 @@ .colorPalette > div:hover:after { content: " "; position: absolute; - background-color: inherit; left: -0.2em; top: -0.2em; width: 100%; diff --git a/front/src/less/rule.less b/front/src/less/rule.less index 3b26bd1..8506d1c 100644 --- a/front/src/less/rule.less +++ b/front/src/less/rule.less @@ -149,6 +149,7 @@ > div { display: block; + background: #ffe0cc; } } } @@ -208,7 +209,6 @@ &:hover:after { content: " "; position: absolute; - background-color: inherit; left: -0.2em; top: -0.2em; width: 100%;