Maingron/MainOS

View on GitHub
Program Files/hype/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#profileimage {
Severity: Minor
Found in Program Files/hype/style.css by csslint

Don't use IDs in selectors.
Open

#cam {
Severity: Minor
Found in Program Files/hype/style.css by csslint

Don't use IDs in selectors.
Open

#videocallbutton {
Severity: Minor
Found in Program Files/hype/style.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

  border:2px solid #fff;
Severity: Minor
Found in Program Files/hype/style.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

  border:2px solid #fff;
Severity: Minor
Found in Program Files/hype/style.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

  border-right:2px solid gray;
Severity: Minor
Found in Program Files/hype/style.css by csslint

Expected (<color>) but found 'var(--themecolor)'.</color>
Open

  background-color:var(--themecolor);
Severity: Minor
Found in Program Files/hype/style.css by csslint

The universal selector (*) is known to be slow.
Open

.me * {
Severity: Minor
Found in Program Files/hype/style.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.content {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.left {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.right {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

#profileimage {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

#videocallbutton {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.videocall {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.me * {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

.me {
Severity: Minor
Found in Program Files/hype/style.css by csslint

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

#cam {
Severity: Minor
Found in Program Files/hype/style.css by csslint

There are no issues that match your filters.

Category
Status