forked from wallabag/wallabag
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
This commit is contained in:
@ -907,7 +907,8 @@ a.add-to-wallabag-link-after::after {
|
||||
|
||||
.icon-image {
|
||||
background-size: 16px 16px;
|
||||
background: no-repeat center;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 1em !important;
|
||||
padding-left: 1em !important;
|
||||
}
|
||||
|
||||
@ -3,7 +3,6 @@ require('jquery.cookie');
|
||||
require('jquery-ui-browserify');
|
||||
const annotator = require('annotator');
|
||||
import { savePercent, retrievePercent } from '../../_global/js/tools.js';
|
||||
import { split, extractLast } from './autoCompleteTags.js';
|
||||
import { toggleSaveLinkForm } from './uiTools.js';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user