ikuseiGmbH/smart-village-app-cms

View on GitHub

Showing 1,158 of 1,254 total issues

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  box-shadow: inset 0 0 2px 2px #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .btn-primary:hover with rule on line 3
Open

body .btn-primary:hover {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #11223f should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Use // comments everywhere
Open

/* Fileupload: SVA-226 */
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .table with rule on line 3
Open

body .table {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #b1bfba should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #f5f5f5 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #f5f5f5;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #b1bfba should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .page-item.active .page-link with rule on line 3
Open

body .page-item.active .page-link {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #11223f should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #11223f should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Color literals like #999 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #999;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .btn-secondary with rule on line 3
Open

body .btn-secondary {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .custom-control-input:checked ~ .custom-control-label::before with rule on line 3
Open

body .custom-control-input:checked ~ .custom-control-label::before {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

TODO found
Open

 * TODO: update getFormValues to work even if node is not rendered, using
Severity: Minor
Found in lib/jsonform.js by fixme

TODO found
Open

    // TODO: find some way to register event handlers even when this.el is not set.
Severity: Minor
Found in lib/jsonform.js by fixme

TODO found
Open

          // TODO: report the error to the user
Severity: Minor
Found in lib/jsonform.js by fixme

TODO found
Open

      # TODO: temporarily commented, as we need memcached for this in order to be successful across multiple workers

TODO found
Open

          // TODO: report the error to the user
Severity: Minor
Found in lib/jsonform.js by fixme
Severity
Category
Status
Source
Language