You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/07 05:04:11 UTC

[jira] [Commented] (NIFI-2038) Make component buttons larger and add grip across bottom

    [ https://issues.apache.org/jira/browse/NIFI-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365613#comment-15365613 ] 

ASF GitHub Bot commented on NIFI-2038:
--------------------------------------

Github user scottyaslan commented on the issue:

    https://github.com/apache/nifi/pull/604
  
    @moranr I have addressed all comments and updated the PR.
    
    @mcgilman ready for review please sir


> Make component buttons larger and add grip across bottom
> --------------------------------------------------------
>
>                 Key: NIFI-2038
>                 URL: https://issues.apache.org/jira/browse/NIFI-2038
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Rob Moran
>            Assignee: Scott Aslan
>         Attachments: component-button-sample.png
>
>
> *For #header .component-button*
> REMOVE
> background-color: #aabbc3;
> border-radius: 2px;
>     
> ADD    
> background: none;
> height: 56px;
> position: relative;
> width: 56px;
>     
> *Could not find CSS where current hover state is being applied to .component-button, but need to change background-color and and box-shadow*
> (FOR COMPONENT-BUTTON HOVER STATE)
> background-color: #e3e8eb;
> box-shadow: 0 3px 6px rgba(0,0,0,0.3);
> *For the button grip*
> See the attached image (*component-button-sample.png*) mocked up using browser dev tools.
> This was created by adding {code}<span class="component-button-grip"></span>{code} within each {code}<button>{code} and applying this CSS class:
> {code}.component-button-grip {
>     background: repeating-linear-gradient(90deg,rgba(170,187,195,1),rgba(170,187,195,1) 4px,rgba(170,187,195,0) 4px,rgba(170,187,195,0) 6px);
>     bottom: 2px;
>     height: 4px;
>     left: 2px;
>     position: absolute;
>     width: 52px;
> }{code}
> The grip should also drag onto the canvas along with the icon. I don't believe any changes are needed for this to happen.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)