public_html/layouts/basic/styles/pages/_Detail.scss
Line should be indented with spaces, not tabs Open
Open
img {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: calculate-rem(13px);
- Exclude checks
Properties should be ordered background, border-radius, -webkit-box-shadow, box-shadow, color, margin-top, min-width, padding, position Open
Open
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
font-size: 0.75em;
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .card;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Shorthand form for property padding
should be written more concisely as calculate-rem(8px) calculate-rem(8px) 0
instead of calculate-rem(8px) calculate-rem(8px) 0 calculate-rem(8px)
Open
Open
padding: calculate-rem(8px) calculate-rem(8px) 0 calculate-rem(8px);
- Exclude checks
Properties should be ordered cursor, font-size, margin Open
Open
font-size: calculate-rem(23px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&--general-info {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media-breakpoint-up(md) {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #ddd;
- Exclude checks
Prefer single quoted strings Open
Open
content: "";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Prefer single quoted strings Open
Open
content: " ";
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.imageContainer {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@extend .card;
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
@extend .py-0, .px-0, .mx-2;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__toggle {
- Exclude checks
Name of mixin c-detail-widget__actions
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include c-detail-widget__actions(sm, md);
- Exclude checks
Selector detailViewTable
should be written in lowercase with hyphens Open
Open
.detailViewTable {
- Exclude checks
Merge rule &:before
with rule on line 63 Open
Open
&:before {
- Exclude checks
Selector imageContainer
should be written in lowercase with hyphens Open
Open
.imageContainer {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .card-header;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector summaryView
should be written in lowercase with hyphens Open
Open
.summaryView {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.fa {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.userImage {
- Exclude checks
Color literals like #d2d6de
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 2px solid #d2d6de;
- Exclude checks
Selector userImage
should be written in lowercase with hyphens Open
Open
.userImage {
- Exclude checks
Selector imageContainer
should be written in lowercase with hyphens Open
Open
.imageContainer {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: calculate-rem(8px);
- Exclude checks
Avoid comma sequences in @extend
directives; prefer single placeholder selectors (e.g. %some-placeholder
) Open
Open
@extend .table, .mb-0;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector c-table__action--hover
should be written in lowercase with hyphens Open
Open
.c-table__action--hover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: calculate-rem(48px);
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .border-top;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
Properties should be ordered font-size, padding-left Open
Open
padding-left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.detailViewButtoncontainer {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__header__container {
- Exclude checks
Avoid vendor prefixes. Open
Open
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid #eaeaea;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.fieldsLabelValue:last-child::after {
- Exclude checks
Prefer single quoted strings Open
Open
content: "";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
list-style: none;
- Exclude checks
Selector PreferenceDetailViewHeader
should be written in lowercase with hyphens Open
Open
.PreferenceDetailViewHeader {
- Exclude checks
Use //
comments everywhere Open
Open
/*for IE*/
- Exclude checks
Selector fieldLabel
should be written in lowercase with hyphens Open
Open
.fieldLabel {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: relative;
- Exclude checks
Properties should be ordered background, border-radius, bottom, content, left, margin, position, top, width Open
Open
content: "";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
> li {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
Selector detailViewButtoncontainer
should be written in lowercase with hyphens Open
Open
.detailViewButtoncontainer {
- Exclude checks
Name of mixin c-detail-widget__actions
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include c-detail-widget__actions(lg, xl);
- Exclude checks
opacity=100
should be written with a single space on each side of the operator: opacity = 100
Open
Open
filter: alpha(opacity=100);
- Exclude checks
Selector o-detail__record-img
should be written in lowercase with hyphens Open
Open
.o-detail__record-img {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before {
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
Selector userImage
should be written in lowercase with hyphens Open
Open
.userImage {
- Exclude checks
Properties should be ordered font-size, padding-left Open
Open
padding-left: calculate-rem(44px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
p {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Name of mixin c-detail-widget__actions
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include c-detail-widget__actions(md, lg);
- Exclude checks
Use //
comments everywhere Open
Open
/*for IE*/
- Exclude checks
Prefer single quoted strings Open
Open
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- Exclude checks
Properties should be ordered border-right, content, float, height, left, position, top Open
Open
content: "";
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ddd;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> {
- Exclude checks
Expected item on line 135 to appear before line 107. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media-breakpoint-up(sm) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__header__title {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
opacity=0
should be written with a single space on each side of the operator: opacity = 0
Open
Open
filter: alpha(opacity=0);
- Exclude checks
Selector moduleIcon
should be written in lowercase with hyphens Open
Open
.moduleIcon:not(.o-detail__record-img) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.fieldLabel {
- Exclude checks
Properties should be ordered padding-bottom, position Open
Open
position: relative;
- Exclude checks
Expected item on line 121 to appear before line 111. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media-breakpoint-up(sm) {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .col-md-4 {
- Exclude checks
!important should not be used Open
Open
vertical-align: middle !important;
- Exclude checks
Properties should be ordered -ms-filter, filter, opacity Open
Open
opacity: 1;
- Exclude checks
Prefer single quoted strings Open
Open
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- Exclude checks
Color literals like #eaeaea
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #eaeaea;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 2px;
- Exclude checks
!important should not be used Open
Open
min-height: calculate-rem(56px) !important;
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, word-wrap Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Selector commentsList
should be written in lowercase with hyphens Open
Open
.commentsList > ul {
- Exclude checks
Selector commentActionsDiv
should be written in lowercase with hyphens Open
Open
.commentActionsDiv p {
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media-breakpoint-down(sm) {
- Exclude checks
Selector fieldsLabelValue
should be written in lowercase with hyphens Open
Open
.fieldsLabelValue:last-child::after {
- Exclude checks
Properties should be ordered font-size, list-style, margin, padding, position Open
Open
position: relative;
- Exclude checks
Prefer single quoted strings Open
Open
content: " ";
- Exclude checks
Properties should be ordered clear, content, display Open
Open
content: " ";
- Exclude checks
Color literals like #fbfbfb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fbfbfb;
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .mr-1;
- Exclude checks
Use //
comments everywhere Open
Open
/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
- Exclude checks
Selector o-detail__icon
should be written in lowercase with hyphens Open
Open
.o-detail__icon {
- Exclude checks
Selector fieldRow
should be written in lowercase with hyphens Open
Open
.fieldRow {
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.userImage {
- Exclude checks
Expected item on line 234 to appear before line 222. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media-breakpoint-down(sm) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
word-wrap: break-word;
- Exclude checks
Selector c-detail-widget__table
should be written in lowercase with hyphens Open
Open
.c-detail-widget__table tr.summaryViewEntries:last-child {
- Exclude checks
Selector toggleViewByMode
should be written in lowercase with hyphens Open
Open
.toggleViewByMode {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.contentHeader {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-right: calculate-rem(10px);
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: none;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.fieldRow {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.timeline-body {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.imageContainer {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.timeline-body {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__table {
- Exclude checks
Properties should be ordered padding-right, position Open
Open
position: relative;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__content {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .col-md-6 {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .mb-0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .col-md-4 {
- Exclude checks
Selector c-table__action--hover
should be written in lowercase with hyphens Open
Open
.c-table__action--hover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .col-md-12 {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__row--hover {
- Exclude checks
Properties should be ordered background, border, border-radius, -moz-box-shadow, -webkit-box-shadow, box-shadow, -moz-box-sizing, -webkit-box-sizing, box-sizing, margin-bottom, padding, word-wrap Open
Open
border: 1px solid #eaeaea;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media-breakpoint-down(sm) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__header {
- Exclude checks
Prefer using placeholder selectors (e.g. %some-placeholder) with @extend Open
Open
@extend .card-body;
- Exclude checks
Selector c-table__action--hover
should be written in lowercase with hyphens Open
Open
&:hover .c-table__action--hover {
- Exclude checks
Color literals like #444
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #444;
- Exclude checks
Properties should be ordered border, border-radius, font-size, height, margin, padding, width Open
Open
margin: 0 auto;
- Exclude checks
Properties should be ordered height, width Open
Open
width: calculate-rem(40px);
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .col-md-6 {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .col-md-12 {
- Exclude checks
Properties should be ordered -ms-filter, filter, opacity Open
Open
opacity: 0;
- Exclude checks
Avoid vendor prefixes. Open
Open
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 2px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-detail-widget__table tr.summaryViewEntries:last-child {
- Exclude checks
Selector fieldValue
should be written in lowercase with hyphens Open
Open
.fieldValue,
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid #ddd;
- Exclude checks
Properties should be ordered border-top, padding, vertical-align, width Open
Open
vertical-align: top;
- Exclude checks
Selector summaryWidgetContainer
should be written in lowercase with hyphens Open
Open
.summaryWidgetContainer {
- Exclude checks
Color literals like #f7f7f9
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #f7f7f9;
- Exclude checks
Selector commentDetails
should be written in lowercase with hyphens Open
Open
.commentsList > .liStyleNone > .commentDetails .comment-div {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.q-message-sent .q-message-text:last-child:before {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: calculate-rem(10px);
- Exclude checks
Selector fieldLabel
should be written in lowercase with hyphens Open
Open
.fieldValue,
- Exclude checks
Selector fieldValue
should be written in lowercase with hyphens Open
Open
.fieldValue {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.toggleViewByMode {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: calculate-rem(15px);
- Exclude checks
Selector commentTitle
should be written in lowercase with hyphens Open
Open
.commentContainer .commentTitle {
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: calculate-rem(10px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.table {
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, min-height, overflow-x, overflow-y, padding, resize, word-wrap Open
Open
min-height: calculate-rem(56px) !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding-left: 0;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: calculate-rem(25px) calculate-rem(20px) calculate-rem(5px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.c-detail-widget__table tr.summaryViewEntries:last-child {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #ddd;
- Exclude checks
Selector fieldLabel
should be written in lowercase with hyphens Open
Open
.fieldLabel {
- Exclude checks
Selector changeDetailViewMode
should be written in lowercase with hyphens Open
Open
.changeDetailViewMode {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
textarea {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.commentsList > .liStyleNone > .commentDetails .comment-div {
- Exclude checks
Selector commentInfoContent
should be written in lowercase with hyphens Open
Open
.commentInfoContent {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Selector recentComments
should be written in lowercase with hyphens Open
Open
.recentComments {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #ddd;
- Exclude checks
Use //
comments everywhere Open
Open
/*ie fix from 5px 0 5px 5%*/
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-sizing: border-box;
- Exclude checks
!important should not be used Open
Open
white-space: normal !important;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:hover .commentActions {
- Exclude checks
Selector commentActions
should be written in lowercase with hyphens Open
Open
&:hover .commentActions {
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Selector fieldValue
should be written in lowercase with hyphens Open
Open
.fieldLabel,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentActions {
- Exclude checks
!important should not be used Open
Open
margin: 0 !important;
- Exclude checks
Merge rule .singleComment
with rule on line 346 Open
Open
.singleComment {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.edited-status {
- Exclude checks
Expected item on line 436 to appear before line 421. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media-breakpoint-down(md) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
word-wrap: break-word;
- Exclude checks
Selector summaryViewEntries
should be written in lowercase with hyphens Open
Open
.summaryViewEntries {
- Exclude checks
Color literals like #eaeaea
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #eaeaea;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Properties should be ordered transition, transition-delay, visibility Open
Open
visibility: hidden;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
hr {
- Exclude checks
Selector liStyleNone
should be written in lowercase with hyphens Open
Open
.commentsList > .liStyleNone > .commentDetails .comment-div {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentInfoContent {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Properties should be ordered height, width Open
Open
width: calculate-rem(32px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #fff;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.fieldValue,
- Exclude checks
Properties should be ordered border-right, border-top, padding, vertical-align, width Open
Open
vertical-align: top;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Selector contentHeader
should be written in lowercase with hyphens Open
Open
.contentHeader {
- Exclude checks
Selector commentDetails
should be written in lowercase with hyphens Open
Open
.commentDetails {
- Exclude checks
Properties should be ordered background, border-radius, -moz-box-sizing, -webkit-box-sizing, box-sizing, display, margin-bottom, width, word-wrap Open
Open
width: 100%;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.q-message-received .q-message-text:last-child:before {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Selector summaryViewEntries
should be written in lowercase with hyphens Open
Open
.c-detail-widget__table tr.summaryViewEntries:last-child {
- Exclude checks
Selector commentContainer
should be written in lowercase with hyphens Open
Open
.commentContainer .commentTitle {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
word-wrap: break-word;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
td,
- Exclude checks
Selector singleComment
should be written in lowercase with hyphens Open
Open
.singleComment {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-radius: 2px;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Selector recordEditView
should be written in lowercase with hyphens Open
Open
.recordEditView {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentorInfo p {
- Exclude checks
Selector singleComment
should be written in lowercase with hyphens Open
Open
.singleComment {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentActionsDiv p {
- Exclude checks
Selector detailViewInfo
should be written in lowercase with hyphens Open
Open
.detailViewInfo {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-top: calculate-rem(5px);
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.spanModuleIcon {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Properties should be ordered background, border, border-radius, -moz-box-shadow, -webkit-box-shadow, box-shadow, margin-bottom, padding Open
Open
border-radius: 2px;
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody tr:hover {
- Exclude checks
Merge rule .commentContainer
with rule on line 311 Open
Open
.commentContainer {
- Exclude checks
Selector commentContainer
should be written in lowercase with hyphens Open
Open
.commentContainer {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentDetails {
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, margin, padding, word-wrap Open
Open
margin: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.details {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.detailViewTable .fieldValue:hover .js-detail-quick-edit {
- Exclude checks
Selector detailViewTable
should be written in lowercase with hyphens Open
Open
.detailViewTable .fieldValue:hover .js-detail-quick-edit {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__container {
- Exclude checks
Selector c-progress__link
should be written in lowercase with hyphens Open
Open
.c-progress__link {
- Exclude checks
Properties should be ordered align-self, cursor, font-size, margin-right Open
Open
cursor: pointer;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.summaryViewEntries {
- Exclude checks
Selector commentActions
should be written in lowercase with hyphens Open
Open
.commentActions {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentsList > .liStyleNone > .commentDetails .comment-div {
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, word-wrap Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
a:hover {
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__row {
- Exclude checks
Selector fieldValue
should be written in lowercase with hyphens Open
Open
.detailViewTable .fieldValue:hover .js-detail-quick-edit {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.hierarchy {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-bottom: calculate-rem(10px);
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, word-wrap Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Selector fieldLabel
should be written in lowercase with hyphens Open
Open
.fieldLabel,
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
transition-delay: 0.3s;
- Exclude checks
Selector commentsList
should be written in lowercase with hyphens Open
Open
.commentsList > .liStyleNone > .commentDetails .comment-div {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Selector commentorInfo
should be written in lowercase with hyphens Open
Open
.commentorInfo p {
- Exclude checks
Selector addCommentBlock
should be written in lowercase with hyphens Open
Open
.addCommentBlock .commentcontent {
- Exclude checks
!important should not be used Open
Open
padding: calculate-rem(7px) !important;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
img {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media-breakpoint-down(md) {
- Exclude checks
Selector editStatus
should be written in lowercase with hyphens Open
Open
.editStatus {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__card__label {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.detailViewTable .fieldValue .js-detail-quick-edit {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Properties should be ordered margin-left, margin-top, position Open
Open
position: absolute;
- Exclude checks
Selector o-detail__record-img
should be written in lowercase with hyphens Open
Open
&.o-detail__record-img {
- Exclude checks
Properties should be ordered background, border-radius, height, width Open
Open
width: $progress-dot-size;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 0 0.25rem 0.25rem 0.25rem;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-shadow: 1px 1px 3px #ddd;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid #eaeaea;
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, margin-bottom, word-wrap Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.addCommentBlock .commentcontent {
- Exclude checks
Selector commentTitle
should be written in lowercase with hyphens Open
Open
.commentTitle .col-md-1 {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
word-wrap: break-word;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
a {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
word-wrap: break-word;
- Exclude checks
Selector spanModuleIcon
should be written in lowercase with hyphens Open
Open
.spanModuleIcon {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.btn-toolbar,
- Exclude checks
Properties should be ordered background, content, height, left, position, top, width Open
Open
content: "";
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.c-progress__icon {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.c-progress__link {
- Exclude checks
Properties should be ordered display, justify-content, width Open
Open
width: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 0.25rem 0.25rem 0.25rem;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 0 0.25rem 0.25rem 0.25rem;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 0 0.25rem 0.25rem 0.25rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.comment-div {
- Exclude checks
Selector commentDetails
should be written in lowercase with hyphens Open
Open
.commentDetails {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.popover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.addCommentBlock {
- Exclude checks
Properties should be ordered border, display, margin-top Open
Open
margin-top: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.editStatus {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.hierarchy {
- Exclude checks
Properties should be ordered align-items, display, flex-direction, font-size, min-width, overflow, position, text-overflow, white-space, width Open
Open
width: 100%;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after,
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Selector c-progress__icon
should be written in lowercase with hyphens Open
Open
.c-progress__icon {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector detailViewTable
should be written in lowercase with hyphens Open
Open
.detailViewTable .fieldValue .js-detail-quick-edit {
- Exclude checks
Expected item on line 568 to appear before line 564. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
height: 100%;
- Exclude checks
Selector c-panel__body
should be written in lowercase with hyphens Open
Open
.process-content .c-panel__body {
- Exclude checks
Selector detailViewTitle
should be written in lowercase with hyphens Open
Open
.detailViewTitle {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0 calculate-rem(15px)
instead of 0 calculate-rem(15px) 0 calculate-rem(15px)
Open
Open
padding: 0 calculate-rem(15px) 0 calculate-rem(15px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__item {
- Exclude checks
Prefer single quoted strings Open
Open
content: "";
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before,
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.commentDetails {
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, height, word-wrap Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__icon {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Selector addCommentBlock
should be written in lowercase with hyphens Open
Open
.addCommentBlock {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.hierarchy {
- Exclude checks
Selector moduleIcon
should be written in lowercase with hyphens Open
Open
.moduleIcon {
- Exclude checks
Selector commentActionsContainer
should be written in lowercase with hyphens Open
Open
.commentActionsContainer {
- Exclude checks
Selector fieldValue
should be written in lowercase with hyphens Open
Open
.detailViewTable .fieldValue .js-detail-quick-edit {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-moz-box-sizing: border-box;
- Exclude checks
Properties should be ordered left, position, right, top Open
Open
position: absolute;
- Exclude checks
Properties should be ordered align-items, background, border-radius, display, height, justify-content, width, z-index Open
Open
z-index: 1;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__icon-info {
- Exclude checks
Selector tpl-Detail-HeaderFields
should be written in lowercase with hyphens Open
Open
.tpl-Detail-HeaderFields {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 calculate-rem(15px) 0 calculate-rem(15px);
- Exclude checks
Properties should be ordered -moz-box-sizing, -webkit-box-sizing, box-sizing, padding, word-wrap Open
Open
padding: 0 calculate-rem(15px) 0 calculate-rem(15px);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.moduleIcon {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.o-detail__record-img {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after,
- Exclude checks
Properties should be ordered left, right, z-index Open
Open
right: 0;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__link {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-box-sizing: border-box;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&__card__body {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0 0.25rem 0.25rem
instead of 0 0.25rem 0.25rem 0.25rem
Open
Open
padding: 0 0.25rem 0.25rem 0.25rem;
- Exclude checks