Skip to content

Commit

Permalink
Issue #24 - Hide sync UI for now, it is incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladimir Palant committed Jul 7, 2017
1 parent dc4191d commit 2f97e0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/panel/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,10 @@ a:hover
{
font-size: $font-size-small;
}

#sync-setup-link,
#sync-state-link
{
/* Don't show sync UI yet, it is unfinished */
display: none;
}

0 comments on commit 2f97e0e

Please sign in to comment.