trailofbits/tubertc

View on GitHub
public/css/app.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#timeLabel {
Severity: Minor
Found in public/css/app.css by csslint

Don't use IDs in selectors.
Open

#roomNameField {
Severity: Minor
Found in public/css/app.css by csslint

Don't use IDs in selectors.
Open

#vtcRoom {
Severity: Minor
Found in public/css/app.css by csslint

Values of 0 shouldn't have units specified.
Open

    left: 0px;
Severity: Minor
Found in public/css/app.css by csslint

Values of 0 shouldn't have units specified.
Open

    top: 0px;
Severity: Minor
Found in public/css/app.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px;
Severity: Minor
Found in public/css/app.css by csslint

Values of 0 shouldn't have units specified.
Open

    top: 0px;
Severity: Minor
Found in public/css/app.css by csslint

Values of 0 shouldn't have units specified.
Open

    right: 0px;
Severity: Minor
Found in public/css/app.css by csslint

Rule is empty.
Open

.appPage {
Severity: Minor
Found in public/css/app.css by csslint

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

    padding: 5px 5px 5px 5px;
Severity: Minor
Found in public/css/app.css by csslint

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

    padding: 5px 5px 5px 5px;
Severity: Minor
Found in public/css/app.css by csslint

Expected end of value but found 'sans-serif'.
Open

    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande" sans-serif;
Severity: Minor
Found in public/css/app.css by csslint

FIXME found
Open

     * FIXME: is there a way to make this relationship explicit in CSS as oppose to be done manually
Severity: Minor
Found in public/css/app.css by fixme

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

.navBar img, svg {
Severity: Minor
Found in public/css/app.css by csslint

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

.roomName {
Severity: Minor
Found in public/css/app.css by csslint

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

.sidePanel {
Severity: Minor
Found in public/css/app.css by csslint

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

body {
Severity: Minor
Found in public/css/app.css by csslint

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

.navBar {
Severity: Minor
Found in public/css/app.css by csslint

Outlines should only be modified using :focus.
Open

.navBar button {
Severity: Minor
Found in public/css/app.css by csslint

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

.navCenterer {
Severity: Minor
Found in public/css/app.css by csslint

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

.logo {
Severity: Minor
Found in public/css/app.css by csslint

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

#vtcRoom {
Severity: Minor
Found in public/css/app.css by csslint

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

.mainPanel {
Severity: Minor
Found in public/css/app.css by csslint

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

.sidePanelContent {
Severity: Minor
Found in public/css/app.css by csslint

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

.navBar button {
Severity: Minor
Found in public/css/app.css by csslint

There are no issues that match your filters.

Category
Status