소스 검색

HUE-935 [oozie] Better node edition experience

Added visual hint for dropping on top of other actions
Enrico Berti 13 년 전
부모
커밋
bee3ac6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      apps/oozie/src/oozie/templates/editor/edit_workflow.mako

+ 4 - 0
apps/oozie/src/oozie/templates/editor/edit_workflow.mako

@@ -364,6 +364,10 @@ ${ layout.menubar(section='workflows') }
   background: #D9EDF7;
 }
 
+.node-action-hover {
+  background: #D9EDF7;
+}
+
 .node-fork-hover {
   background: #EEE;
 }