Commit 9a80c0f5 authored by Thomas Greiner's avatar Thomas Greiner
Browse files

Noissue - Added skin directory to linting

parent 961d660c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
      }
    },
    "lint": {
      "css": "stylelint ./css/*.scss",
      "css": "stylelint ./css/*.scss ./skin/*.css --ignore-path .gitignore",
      "js": "eslint './*.js' './js/**/*.js' './lib/**/*.js' './ext/**/*.js' './build/**/*.js'"
    },
    "test": {
+2 −2
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@
*/
.sr-only
{
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
+29 −23
Original line number Diff line number Diff line
@@ -17,15 +17,15 @@

*
{
  font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Tahoma, Arial, sans-serif;
  font-size: 11px;
  box-sizing: border-box;
  font-family: "Lucida Grande", "Segoe UI", Ubuntu, Tahoma, Arial, sans-serif;
  font-size: 11px;
}

html
{
  height: 100%;
  overflow: hidden;
  height: 100%;
}

a
@@ -35,21 +35,21 @@ a

body
{
  margin: 0;
  color: #303942;
  display: flex;
  height: 100%;
  flex-direction: column;
  height: 100%;
  margin: 0;
  color: #303942;
}

body.default
{
  background-color: #ffffff;
  background-color: #fff;
}

body.dark
{
  color: #ffffff;
  color: #fff;
}

table
@@ -68,8 +68,8 @@ table *
td
{
  padding: 3px;
  white-space: nowrap;
  border-left: 1px solid #cdcdcd;
  white-space: nowrap;
}

td:first-child
@@ -133,7 +133,7 @@ body.dark #items table

#items tr[data-state=blocked]
{
  color: red;
  color: #f00;
}

body.dark #items tr[data-state=blocked]
@@ -143,7 +143,7 @@ body.dark #items tr[data-state=blocked]

#items tr[data-state=whitelisted]
{
  color: green;
  color: #080;
}

body.dark #items tr[data-state=whitelisted]
@@ -157,16 +157,18 @@ body.dark #items tr[data-state=whitelisted]
  display: none;
}

.changed, .unnamed
.changed,
.unnamed
{
  font-style: italic
}

.request-wrapper, .filter-wrapper
.request-wrapper,
.filter-wrapper
{
  display: flex;
  height: 100%;
  flex-direction: column;
  height: 100%;
}

tr:not(:hover) .action
@@ -199,23 +201,27 @@ tr:not(:hover) .action

.action
{
  background: #555;
  color: white;
  font-style: normal;
  border-radius: 7px;
  padding: 2px 6px;
  flex-shrink: 0;
  margin: auto;
  margin-left: 5px;
  padding: 2px 6px;
  border-radius: 7px;
  font-style: 400;
  color: #fff;
  background: #555;
  cursor: pointer;
  flex-shrink: 0;
}

.filter-wrapper, .filter, .origin, .domain
.filter-wrapper,
.filter,
.origin,
.domain
{
  flex-grow: 1;
}

.domain, .origin,
.domain,
.origin,
.changed .request-wrapper,
.changed .filter-wrapper,
.changed .type
@@ -241,7 +247,7 @@ footer

#reload
{
  color: blue;
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}
+13 −13
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ ul > li
  box-sizing: border-box;
  min-height: 46px;
  padding: 5px 10px;
  border: 1px solid #BBBBBB;
  border: 1px solid #BBB;
  border-bottom: none;
  list-style: none;
}
@@ -108,9 +108,9 @@ ul > li
ul > li > span
{
  flex: auto;
  overflow: hidden;
  padding: 10px;
  word-wrap: break-word;
  overflow: hidden;
}

/* Form elements */
@@ -120,12 +120,12 @@ input[type="text"]
  min-width: 220px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBB;
}

input[type="text"]::placeholder
{
  color: #BBBBBB;
  color: #BBB;
  opacity: 1; /* Firefox sets opacity so we need to override it */
}

@@ -191,14 +191,14 @@ button.secondary

button.primary
{
  color: #FFF;
  border-color: #099DD1;
  color: #FFF;
  background-color: #099DD1;
}

button.secondary
{
  border-color: #BBBBBB;
  border-color: #BBB;
}

button.remove
@@ -216,7 +216,7 @@ ul + button
  width: 100%;
  min-height: 46px; /* equal to min-height of list item */
  padding: 15px 20px; /* based on margin and padding of list item */
  border: 1px solid #BBBBBB;
  border: 1px solid #BBB;
  text-align: start;
}

@@ -228,20 +228,20 @@ ul + button
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

[role="dialog"]
{
  max-width: 25em;
  padding: 0;
  border: 1px solid #BBBBBB;
  border: 1px solid #BBB;
  background-color: #FFF;
}

@@ -316,9 +316,9 @@ body:not([data-dialog="subscribe"]) #dialog-subscribe

#dialog-recommended ul
{
  overflow-y: auto;
  width: auto;
  margin: 0;
  overflow-y: auto;
}

#dialog-recommended ul li
@@ -328,7 +328,7 @@ body:not([data-dialog="subscribe"]) #dialog-subscribe

#dialog-recommended ul li.installed
{
  color: #BBBBBB;
  color: #BBB;
}

#dialog-recommended ul li::before
@@ -342,12 +342,12 @@ body:not([data-dialog="subscribe"]) #dialog-subscribe

#dialog-recommended ul li.installed::before
{
  background-color: #BBBBBB;
  background-color: #BBB;
  mask: url(mobile/checkmark.svg) center/cover no-repeat;
}

#dialog-recommended > button
{
  border-width: 1px 0 0 0;
  border-width: 1px 0 0;
  text-align: center;
}
+12 −11
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ body

.column
{
  height: 100vh;
  display: flex;
  flex: 1;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#graphic-column,
@@ -63,7 +63,7 @@ body

#optionsPageLink
{
  color: red;
  color: #F00;
}

/* Needed in order to achieve standard behavior 
@@ -84,7 +84,8 @@ html[dir="rtl"] #content header
  margin: 0 5em 2em 0;
}

#content header p {
#content header p
{
  margin: 0;
  opacity: 0.5;
  font-weight: 400;
@@ -141,7 +142,7 @@ html[dir="rtl"] .custom-feature-entry h2

.version-details
{
  margin: 0 1em 0 1em;
  margin: 0 1em;
}

.version-details h2
@@ -158,9 +159,9 @@ html[dir="rtl"] .custom-feature-entry h2

.feature-entry img
{
  display: block;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 1em 0 0;
}

@@ -188,12 +189,12 @@ html[dir="rtl"] .store-buttons

.store-button
{
  float: left;
  display: block;
  height: 58px;
  margin-bottom: 1em;
  border-radius: 6px;
  background-color: #000;
  float: left;
  margin-bottom: 1em;
}

html[dir="rtl"] .store-button
@@ -239,6 +240,6 @@ html[dir="rtl"] .applestore-button

  html[dir="rtl"] .applestore-button
  {
    margin: 0 0 1em 0;
    margin: 0 0 1em;
  }
}