JoryHogeveen/view-admin-as

View on GitHub
assets/css/view-admin-as.css

Summary

Maintainability
Test Coverage

Fallback background (hex or RGB) should precede RGBA background.
Wontfix

#vaa-overlay {position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255,255,255,0.85); display: none; z-index: 999999999;}
Severity: Minor
Found in assets/css/view-admin-as.css by csslint

Fallback border (hex or RGB) should precede RGBA border.
Wontfix

    border: 1px solid rgba(175,175,175,0.5);
Severity: Minor
Found in assets/css/view-admin-as.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Wontfix

body.dark-mode #vaa-overlay {background: rgba(0,0,0,0.75);}
Severity: Minor
Found in assets/css/view-admin-as.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Wontfix

#wpadminbar #wp-admin-bar-vaa code {background: rgba(0,0,0,0.1); padding: 1px 5px 2px; line-height: normal;}
Severity: Minor
Found in assets/css/view-admin-as.css by csslint

There are no issues that match your filters.

Category
Status