Fix problem with the latest LESS engine

This commit is contained in:
Gaël Métais
2015-04-27 19:54:56 +02:00
parent 93f8702962
commit 92b73f62ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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%;
+1 -1
View File
@@ -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%;