scottohara/loot

View on GitHub
src/transactions/css/index.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#transactions,
Severity: Minor
Found in src/transactions/css/index.css by csslint

Don't use IDs in selectors.
Open

#transactions-header {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Don't use IDs in selectors.
Open

#reconciliation-progress {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Rule is empty.
Open

#transactions,
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected end of value but found 'var(--state-warning-text)'.
Open

        border-top: 2px solid var(--state-warning-text);
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unknown property 'tr'.
Open

                tr:last-child td {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

            background-color: rgba(0, 255, 0, 0.1);
Severity: Minor
Found in src/transactions/css/index.css by csslint

Element (tr.future) is overqualified, just use .future without element name.
Open

    tr:not(.future) + tr.future {
Severity: Minor
Found in src/transactions/css/index.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import "~/loot/css/variables.css";
Severity: Minor
Found in src/transactions/css/index.css by csslint

Element (small.transaction-status) is overqualified, just use .transaction-status without element name.
Open

                    small.transaction-status {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '&' at line 35, col 3.
Open

        &.transaction-date {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected RBRACE at line 31, col 3.
Open

        &.has-dropdown {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected RBRACE at line 13, col 2.
Open

    > tbody.reconciling > tr.cleared {
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

#reconciliation-progress {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '>' at line 18, col 3.
Open

        > td {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 21, col 2.
Open

    }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 77, col 6.
Open

                    }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 84, col 4.
Open

            }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '&' at line 39, col 3.
Open

        &.account {
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

        &.amount {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 91, col 2.
Open

    }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected RBRACE at line 50, col 22.
Open

                tr:last-child td {
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

                    button {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 85, col 3.
Open

        }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 92, col 1.
Open

}
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

        &.details {
Severity: Minor
Found in src/transactions/css/index.css by csslint

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

                td {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected RBRACE at line 63, col 6.
Open

                    &.category {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '}' at line 83, col 5.
Open

                }
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '&' at line 67, col 6.
Open

                    &.memo {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected COLON at line 74, col 12.
Open

                        input[type="checkbox"] {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Expected COLON at line 46, col 10.
Open

            table {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '&' at line 87, col 3.
Open

        &.amount {
Severity: Minor
Found in src/transactions/css/index.css by csslint

Unexpected token '&' at line 43, col 3.
Open

        &.details {
Severity: Minor
Found in src/transactions/css/index.css by csslint

There are no issues that match your filters.

Category
Status