Showing 2,200 of 2,231 total issues
Properties should be ordered height, margin-left, margin-right, text-align, width Open
Open
text-align: center;
- Exclude checks
Selector hasTooltip
should be written in lowercase with hyphens Open
Open
.hasTooltip:not(a),
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.trace-context {
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&.disabled span {
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Color literals like #f5f2f0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f2f0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
label,
- Exclude checks
Prefer single quoted strings Open
Open
&::before { content: ""; }
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Selector t_int
should be written in lowercase with hyphens Open
Open
tbody th.t_int,
- Exclude checks
Merge rule table.table-sort
with rule on line 4 Open
Open
table.table-sort {
- Exclude checks
Selector ws_r
should be written in lowercase with hyphens Open
Open
.ws_s,
- Exclude checks
Properties should be ordered opacity, position Open
Open
position: absolute;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
transition: all 0.25s ease-out;
- Exclude checks
!important should not be used Open
Open
display: block !important; // override collapsed
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
&.m_group .group-header {
- Exclude checks
Properties should be ordered padding-left, text-indent Open
Open
text-indent: 0;
- Exclude checks
Properties should be ordered background-image, bottom, height, pointer-events, position, width Open
Open
position: absolute;
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
background-image: linear-gradient(to bottom, rgba(white, 0), rgba(white, 0.75));
- Exclude checks