diff --git a/js/entry.js b/js/entry.js index cc0c0e1984b..80198ece341 100644 --- a/js/entry.js +++ b/js/entry.js @@ -16,7 +16,6 @@ require('../less/dialogs.less') require('../less/downloadBar.less') require('../less/bookmarksToolbar.less') require('../less/notificationBar.less') -require('../less/addEditBookmark.less') require('../node_modules/font-awesome/css/font-awesome.css') const React = require('react') diff --git a/less/addEditBookmark.less b/less/addEditBookmark.less deleted file mode 100644 index 0d67a23e081..00000000000 --- a/less/addEditBookmark.less +++ /dev/null @@ -1,7 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. */ - -.removeBookmarkLink { - margin-right: auto; -}