소스 검색

Fix problem with the latest LESS engine

Gaël Métais 10 년 전
부모
커밋
92b73f62ad
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      front/src/css/rule.css
  2. 1 1
      front/src/less/rule.less

+ 1 - 1
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%;

+ 1 - 1
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%;