react-scheduler/react-big-schedule

View on GitHub
src/css/style.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  padding-right: 20px !important;
Severity: Minor
Found in src/css/style.css by csslint

Use of !important
Open

  padding-right: 5px !important;
Severity: Minor
Found in src/css/style.css by csslint

Use of !important
Open

  box-shadow: 0 1px 6px rgba(0, 0, 0, 0) !important;
Severity: Minor
Found in src/css/style.css by csslint

Use of !important
Open

  color: #1e90ff !important;
Severity: Minor
Found in src/css/style.css by csslint

Use of !important
Open

  box-shadow: 0 0 0px !important;
Severity: Minor
Found in src/css/style.css by csslint

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

*::before,
Severity: Minor
Found in src/css/style.css by csslint

Element (table.scheduler-content-table) is overqualified, just use .scheduler-content-table without element name.
Open

table.scheduler-content-table {
Severity: Minor
Found in src/css/style.css by csslint

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

*::after {
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding: 0px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border-radius: 0px 14px 14px 0px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border-radius: 14px 0px 0px 14px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border-radius: 14px 0px 0px 14px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border-radius: 0px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px 5px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  border-radius: 0px 14px 14px 0px;
Severity: Minor
Found in src/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0 0 0px !important;
Severity: Minor
Found in src/css/style.css by csslint

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

*,
Severity: Minor
Found in src/css/style.css by csslint

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

  padding-right: 20px !important;
Severity: Minor
Found in src/css/style.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;
Severity: Minor
Found in src/css/style.css by csslint

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

.day-event {
Severity: Minor
Found in src/css/style.css by csslint

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

.event-item {
Severity: Minor
Found in src/css/style.css by csslint

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

.status-dot {
Severity: Minor
Found in src/css/style.css by csslint

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

.help-text {
Severity: Minor
Found in src/css/style.css by csslint

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

.scheduler {
Severity: Minor
Found in src/css/style.css by csslint

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

table.scheduler-content-table {
Severity: Minor
Found in src/css/style.css by csslint

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

table.resource-table th,
Severity: Minor
Found in src/css/style.css by csslint

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

.day-event-container {
Severity: Minor
Found in src/css/style.css by csslint

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

.expander-space {
Severity: Minor
Found in src/css/style.css by csslint

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

.scheduler-bg {
Severity: Minor
Found in src/css/style.css by csslint

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

.icon-nav:hover {
Severity: Minor
Found in src/css/style.css by csslint

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

.header1-text {
Severity: Minor
Found in src/css/style.css by csslint

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

.overflow-text {
Severity: Minor
Found in src/css/style.css by csslint

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

.event-resizer {
Severity: Minor
Found in src/css/style.css by csslint

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

.add-more-popover-overlay {
Severity: Minor
Found in src/css/style.css by csslint

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

table.resource-table,
Severity: Minor
Found in src/css/style.css by csslint

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

.txt-btn-dis {
Severity: Minor
Found in src/css/style.css by csslint

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

.disabled-text {
Severity: Minor
Found in src/css/style.css by csslint

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

.timeline-event {
Severity: Minor
Found in src/css/style.css by csslint

There are no issues that match your filters.

Category
Status