Skip to content

Commit

Permalink
Merge pull request #244 from open-sausages/pulls/4.0/tabify
Browse files Browse the repository at this point in the history
Link icon position fixed
  • Loading branch information
chillu authored Sep 14, 2016
2 parents 16fe5e0 + 987ae33 commit 349af6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions client/dist/styles/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@
overflow: hidden;
text-overflow: ellipsis; }

.editor__url-icon::before {
color: #a1aab2; }

.editor__file-preview {
text-align: center;
margin: 1.5385rem -1.5385rem;
Expand Down
4 changes: 0 additions & 4 deletions client/src/containers/Editor/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
text-overflow: ellipsis;
}

.editor__url-icon::before {
color: lighten($gray, 30);
}

.editor__file-preview {
text-align: center;
margin: $grid-gutter-width-half #{-$grid-gutter-width-half};
Expand Down

0 comments on commit 349af6e

Please sign in to comment.