Repository: incubator-zeppelin Updated Branches: refs/heads/master 36c69f483 -> f7670c8f6
Hot Fix - ZEPPELIN-492 This PR takes care of https://issues.apache.org/jira/browse/ZEPPELIN-492 Reverting #479 as it creates a huge space under the last paragraph. Author: Damien CORNEAU <[email protected]> Closes #521 from corneadoug/fix/ZEPPELIN-492 and squashes the following commits: b6ef82f [Damien CORNEAU] Remove transition css Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/f7670c8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/f7670c8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/f7670c8f Branch: refs/heads/master Commit: f7670c8f60424c8889879fa1007a4d16cd5509bb Parents: 36c69f4 Author: Damien CORNEAU <[email protected]> Authored: Tue Dec 8 18:09:21 2015 +0900 Committer: Damien CORNEAU <[email protected]> Committed: Wed Dec 9 10:53:00 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/src/app/notebook/paragraph/paragraph.css | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/f7670c8f/zeppelin-web/src/app/notebook/paragraph/paragraph.css ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.css b/zeppelin-web/src/app/notebook/paragraph/paragraph.css index 98a4b4b..6588736 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph.css +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.css @@ -182,20 +182,6 @@ color: #333333; } -.dropdown-menu { - display: block; - visibility: hidden; - opacity: 0; - -webkit-transition: opacity 0.2s linear; - -moz-transition: opacity 0.2s linear; - transition: opacity 0.2s linear; -} - -.open > .dropdown-menu { - visibility: visible; - opacity: 1; -} - /* Paragraph Menu */
