3scale/porta

View on GitHub
app/assets/stylesheets/provider/_colorbox.scss

Summary

Maintainability
Test Coverage

Each selector in a comma sequence should be on its own single line
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Avoid using id selectors
Open

#cboxOverlay{

Properties should be ordered min-width, padding, position, width
Open

  position:relative;

Opening curly brace { should be preceded by one space
Open

#cboxTitle{

Properties should be ordered background, border, border-radius, box-shadow, text-align
Open

  box-shadow: 0 0 line-height-times(1/2) $box-shadow-color;

Opening curly brace { should be preceded by one space
Open

#cboxContent{

Avoid using id selectors
Open

#cboxContent{

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Colon after property should be followed by one space
Open

  position:relative;

Opening curly brace { should be preceded by one space
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Opening curly brace { should be preceded by one space
Open

#cboxLoadedContent{

Colon after property should be followed by one space
Open

  overflow:auto;

Colon after property should be followed by one space
Open

  left:0;

Colon after property should be followed by one space
Open

  z-index:9999;

Commas in function arguments should be followed by one space
Open

  -webkit-transform: translate3d(0,0,0);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  box-shadow: 0 0 line-height-times(1/2) $box-shadow-color;

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

!important should not be used
Open

  width: auto !important;

Avoid using id selectors
Open

#cboxTitle{

Colon after property should be followed by one space
Open

  width:100%;

Avoid vendor prefixes.
Open

  -webkit-transform: translate3d(0,0,0);

Properties should be ordered background, height, position, width
Open

  position:fixed;

Avoid using id selectors
Open

#cboxMiddleLeft, #cboxBottomLeft {

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Colon after property should be followed by one space
Open

  position:absolute;

!important should not be used
Open

      margin-left: 0 !important;

Opening curly brace { should be preceded by one space
Open

#cboxOverlay{

Colon after property should be followed by one space
Open

  height:100%;

Properties should be ordered font-size, margin-top
Open

    margin-top: line-height-times(1);

Avoid using id selectors
Open

#cboxWrapper {

Selector should have depth of applicability no greater than 3, but was 4
Open

      label {

Avoid using id selectors
Open

#cboxMiddleLeft, #cboxBottomLeft {

Colon after property should be followed by one space
Open

  clear:left;

Colon after property should be followed by one space
Open

  overflow:hidden;

Commas in function arguments should be followed by one space
Open

  -webkit-transform: translate3d(0,0,0);

Avoid using id selectors
Open

#colorbox {

Each selector in a comma sequence should be on its own single line
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Each selector in a comma sequence should be on its own single line
Open

    table, tr, td {

Colon after property should be followed by one space
Open

  position:fixed;

Each selector in a comma sequence should be on its own single line
Open

#cboxMiddleLeft, #cboxBottomLeft {

Properties should be ordered color, left, position, top
Open

  position:absolute;

Opening curly brace { should be preceded by one space
Open

#cboxClose{

Each selector in a comma sequence should be on its own single line
Open

    table, tr, td {

Avoid using id selectors
Open

#cboxLoadedContent{

Avoid using id selectors
Open

#cboxClose{

Properties should be ordered left, min-width, overflow, position, top, -webkit-transform, z-index
Open

  position:absolute;

Colon after property should be followed by one space
Open

  position:absolute;

2/3 should be written with a single space on each side of the operator: 2 / 3
Open

  top: line-height-times(2/3);

border: 0 is preferred over border: none
Open

  border: none;

Prefer single quoted strings
Open

    @include iconic("\f057\0000a0");

Properties should be ordered color, display, font-size, height, position, right, text-indent, top, width
Open

    position: absolute;

0.2 should be written without a leading zero as .2
Open

    right: -0.2rem;

Begin pseudo elements with double colons: ::
Open

  &:after {

Properties should be ordered background-color, border, cursor, height, position, right, text-indent, top, width
Open

  position: absolute;

There are no issues that match your filters.

Category
Status