mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
This commit is contained in:
parent
f440e28281
commit
9f7d154e34
14 changed files with 96 additions and 82 deletions
|
@ -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';
|
||||
|
||||
|
||||
|
|
|
@ -87,8 +87,9 @@
|
|||
}
|
||||
|
||||
.icon-image {
|
||||
background-size: 16px 16px;
|
||||
background: no-repeat center;
|
||||
background-size: 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
padding-right: 1em !important;
|
||||
padding-left: 1em !important;
|
||||
}
|
||||
|
@ -124,7 +125,6 @@
|
|||
background-image: url("../../_global/img/icons/shaarli.png");
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
@ -464,8 +464,9 @@ main ul.row {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
|
||||
color: #fff !important;
|
||||
.quickstart .card .card-action a,
|
||||
.quickstart .card .card-action a:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.settings .div_tabs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue