codeRIT/hackathon_manager

View on GitHub
app/assets/stylesheets/manage/dashboard.css

Summary

Maintainability
Test Coverage

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

  background-color: rgba(255, 255, 255, 0.1);

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

  background-color: rgba(0, 0, 0, 0.25);

Adjoining classes: .sidebar .nav-link.active .fa
Open

.sidebar .nav-link.active .fa {

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

  border-color: rgba(255, 255, 255, 0.1);

Adjoining classes: .sidebar .nav-link.active
Open

.sidebar .nav-link.active {

Expected (static | relative | absolute | fixed) but found 'sticky'.
Open

@supports ((position: -webkit-sticky) or (position: sticky)) {

Expected (static | relative | absolute | fixed) but found '-webkit-sticky'.
Open

@supports ((position: -webkit-sticky) or (position: sticky)) {

Expected (static | relative | absolute | fixed) but found 'sticky'.
Open

    position: sticky;

Duplicate property 'position' found.
Open

@supports ((position: -webkit-sticky) or (position: sticky)) {

Expected (static | relative | absolute | fixed) but found '-webkit-sticky'.
Open

    position: -webkit-sticky;

Unqualified attribute selectors are known to be slow.
Open

[role='main'] {

Values of 0 shouldn't have units specified.
Open

  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;

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

.sidebar-sticky {

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

.sidebar {

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

.nav-item-description {

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

.navbar .form-control {

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

.form-control-dark {

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

.sidebar .nav-link .fa {

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

.navbar-brand {

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

.img-template {

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

.sidebar .nav-link {

There are no issues that match your filters.

Category
Status