소스 검색

HUE-8635 [editor] Add the correct styles to the language reference context popover

Johan Ahlen 7 년 전
부모
커밋
cd66da21b3

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


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


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


+ 9 - 0
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -626,6 +626,15 @@
   overflow-x: auto;
 }
 
+.context-popover-docs-details {
+  padding-top: 2px;
+
+  .hue-doc-title {
+    display: none;
+  }
+}
+
+.context-popover-docs-details,
 .assist-docs-details {
   ul li {
     margin: 8px 0;

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_context_popover.mako

@@ -332,7 +332,7 @@ from metadata.conf import has_navigator
 
   <script type="text/html" id="context-lang-ref-contents">
     <div class="context-popover-content">
-      <div class="context-popover-flex-fill" data-bind="html: body"></div>
+      <div class="context-popover-flex-fill context-popover-docs-details" data-bind="html: body"></div>
       <div class="context-popover-flex-bottom-links">
         <div class="context-popover-link-row">
           <a class="inactive-action pointer" data-bind="click: openInRightAssist">

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