hauntd/yii2-vote

View on GitHub
assets/static/vote.css

Summary

Maintainability
Test Coverage

Duplicate property '-webkit-transition' found.
Open

  -webkit-transition: opacity 0.15s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=20)'.</filter-function-list>
Open

    filter: alpha(opacity=20);
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property 'transition' found.
Open

  transition: opacity 0.15s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property '-o-transition' found.
Open

  -o-transition: opacity 0.15s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property '-o-transition' found.
Open

  -o-transition: opacity 0.2s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=0)'.</filter-function-list>
Open

    filter: alpha(opacity=0);
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property '-moz-transition' found.
Open

  -moz-transition: opacity 0.15s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=0)'.</filter-function-list>
Open

    filter: alpha(opacity=0);
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

    filter: alpha(opacity=100);
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

  filter: alpha(opacity=100);
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property '-webkit-transition' found.
Open

  -webkit-transition: opacity 0.2s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

    filter: alpha(opacity=100);
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

    filter: alpha(opacity=100);
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=0)'.</filter-function-list>
Open

  filter: alpha(opacity=0);
Severity: Minor
Found in assets/static/vote.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

  filter: alpha(opacity=100);
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property 'transition' found.
Open

  transition: opacity 0.2s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Duplicate property '-moz-transition' found.
Open

  -moz-transition: opacity 0.2s ease;
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active
Open

.vote .vote-btn.vote-active {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle.vote-toggle-like .vote-btn.vote-active .vote-icon
Open

.vote-toggle.vote-toggle-like .vote-btn.vote-active .vote-icon {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-count.vote-loading > span
Open

.vote .vote-count.vote-loading > span {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active i.glyphicon
Open

.vote .vote-btn.vote-active i.glyphicon {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active.vote-up
Open

.vote .vote-btn.vote-active.vote-up {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle .vote-btn.vote-loading .vote-count
Open

.vote-toggle .vote-btn.vote-loading .vote-count {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle.vote-toggle-favorite .vote-btn.vote-active .vote-icon
Open

.vote-toggle.vote-toggle-favorite .vote-btn.vote-active .vote-icon {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn:hover.vote-down
Open

.vote .vote-btn:hover.vote-down,
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-loading
Open

.vote .vote-btn.vote-loading {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle.vote-toggle-favorite .vote-btn.vote-active .vote-icon
Open

.vote-toggle.vote-toggle-favorite .vote-btn.vote-active .vote-icon {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active.vote-down
Open

.vote .vote-btn.vote-active.vote-down {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle .vote-btn.vote-loading .vote-icon
Open

.vote-toggle .vote-btn.vote-loading .vote-icon,
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote.vote-visible-buttons .vote-btn
Open

.vote.vote-visible-buttons .vote-btn {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active.vote-up
Open

.vote .vote-btn.vote-active.vote-up {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle.vote-toggle-like .vote-btn.vote-active .vote-icon
Open

.vote-toggle.vote-toggle-like .vote-btn.vote-active .vote-icon {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn.vote-active.vote-down
Open

.vote .vote-btn.vote-active.vote-down {
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote .vote-btn:hover.vote-up
Open

.vote .vote-btn:hover.vote-up,
Severity: Minor
Found in assets/static/vote.css by csslint

Adjoining classes: .vote-toggle .vote-btn.vote-loading .vote-label
Open

.vote-toggle .vote-btn.vote-loading .vote-label,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-count.vote-loading > span {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn.vote-loading {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  to {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote.vote-visible-buttons .vote-btn {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  to {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-loader span,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.hide-text {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote:hover .vote-btn {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn:hover,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn:hover.vote-up,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  to {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote-toggle .vote-btn .vote-count {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  from {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-count {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-count,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote-toggle .vote-btn .vote-icon {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote-toggle .vote-btn.vote-loading .vote-icon,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn i.glyphicon {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-btn:hover.vote-down,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vote .vote-loader,
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  from {
Severity: Minor
Found in assets/static/vote.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  from {
Severity: Minor
Found in assets/static/vote.css by csslint

There are no issues that match your filters.

Category
Status