diff --git a/client/dist/styles/bundle.css b/client/dist/styles/bundle.css index 865613483..4f4e35e83 100644 --- a/client/dist/styles/bundle.css +++ b/client/dist/styles/bundle.css @@ -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; diff --git a/client/src/containers/Editor/Editor.scss b/client/src/containers/Editor/Editor.scss index 793af28cc..35cccbfa4 100644 --- a/client/src/containers/Editor/Editor.scss +++ b/client/src/containers/Editor/Editor.scss @@ -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};