Skip to content

Commit

Permalink
Changed eye icon in sidebar to lock, changed padding of alert message…
Browse files Browse the repository at this point in the history
… to be aligned with collection title (#619)
  • Loading branch information
Sean-Oh committed Nov 22, 2016
1 parent 0290609 commit 2470ed0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/internal-packages/app/styles/status-row.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 5px 12px;
padding: 5px 15px;

min-height: 26px;
border-bottom: 1px solid @gray7;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SidebarCollection extends React.Component {
renderReadonly() {
if (this.props.readonly) {
return (
<i className="fa fa-eye" aria-hidden="true" />
<i className="fa fa-lock" aria-hidden="true" />
);
}
}
Expand Down
5 changes: 5 additions & 0 deletions src/internal-packages/sidebar/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
&:hover {
background-color: #42494f;
}

.fa {
font-size: 12px;
margin-right: 5px;
}
}

&-is-active,
Expand Down

0 comments on commit 2470ed0

Please sign in to comment.