GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/zeppelin/pull/2136

    [ZEPPELIN-2113] Paragraph border is not highlighted when focused

    ### What is this PR for?
    https://github.com/apache/zeppelin/pull/2054 [removes `paragraph-col` css 
class](https://github.com/apache/zeppelin/pull/2054/files#diff-fe483b8eb5467153a772f202838dfb18L115).
 As a result paragraph is not highlighted when focused. 
    
    This PR apply `paragraph-col` css class when it is not iframe mode.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [x] - apply `paragraph-col` css class
    
    ### What is the Jira issue?
    http://issues.apache.org/jira/browse/ZEPPELIN-2113
    
    
    ### How should this be tested?
    Click any paragraph and see if paragraph border is highlighted
    
    ### Screenshots (if appropriate)
    
    before
    
![zeppelin_focus_no](https://cloud.githubusercontent.com/assets/1540981/23927184/78061500-08d5-11e7-8136-aaa53d8a4f35.gif)
    
    after
    
![zeppelin_focus_on](https://cloud.githubusercontent.com/assets/1540981/23927192/804d93a0-08d5-11e7-9136-35dc17aca902.gif)
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/zeppelin ZEPPELIN-2113-followup

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2136.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2136
    
----
commit 45c1717be73fafc7591564050d885bd8f6c46831
Author: Lee moon soo <[email protected]>
Date:   2017-03-14T23:36:02Z

    apply paragraph-col class

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to