Showing 5,271 of 5,271 total issues
Merge rule .ts-dropdown [data-selectable] .highlight
with rule on line 33 Open
Open
.ts-dropdown [data-selectable] .highlight {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Avoid using id selectors Open
Open
#connected_apps_panel {
- Exclude checks
Colon after property should be followed by one space Open
Open
box-shadow:
- Exclude checks
Color literals like rgba(0, 0, 0, 0.05)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
0px 1px 0px rgba(0, 0, 0, 0.05),
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px 4px 0px 0px;
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0px 1px
instead of 0px 1px 0px 1px
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.omega {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 15px
instead of 15px 15px
Open
Open
padding: 15px 15px;
- Exclude checks
Color literals like #a1a1a1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #a1a1a1;
- Exclude checks
Color literals like #454545
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #454545;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.check {
- Exclude checks
Selector menu_item
should be written in lowercase with hyphens Open
Open
.menu_item:hover {
- 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-color: white;
- Exclude checks
Color literals like #e1f0f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #e1f0f5;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tr:first-child td {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid black;
- Exclude checks