app/assets/stylesheets/activities_controller.css

Summary

Maintainability
Test Coverage

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

  border: 1px solid rgba(0, 0, 0, 0.2);

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

  border: 1px solid rgba(0, 0, 0, 0.2);

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

  padding: 1px 1px;

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

  padding: 1px 1px;

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

  color: rgba(0, 0, 0, 0.6);

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

  border: 1px solid rgba(0, 0, 0, 0.2);

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

.switch-field label {

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

.switch-field input:checked + label {

There are no issues that match your filters.

Category
Status