소스 검색

HUE-8119 [frontend] Drop the border between search result entries in the top search

Johan Ahlen 7 년 전
부모
커밋
dd4d212837

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 1 - 5
desktop/core/src/desktop/static/desktop/less/hue4.less

@@ -807,17 +807,13 @@ a:visited {
           .pointer();
           .nowrap-ellipsis();
 
-          padding: 3px 0 3px 8px;
+          padding: 5px 0 5px 8px;
           > em {
             font-style: normal;
             font-weight: 600;
           }
         }
 
-        li:not(:first-child).result {
-          border-top: 1px solid @cui-blue-010;
-        }
-
         li.result:hover {
           background-color: @hue-primary-color-light;
         }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.