Showing 46 of 46 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: auto;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.icon-bar > a.icon-link > img.gitlab-logo {
- Exclude checks
Attribute selectors with $= are slow! Open
Open
div.icon-bar > a.icon-link > img[class$="-logo"] {
- Exclude checks
Element (h1.page-title) is overqualified, just use .page-title without element name. Open
Open
h1.page-title {
- Exclude checks
Using height with padding can sometimes make elements larger than you expect. Open
Open
padding: 1rem;
- Exclude checks
The property -moz-user-select is compatible with -webkit-user-select and should be included as well. Open
Open
-webkit-user-select: none;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-family: sans-serif;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
text-align: center;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.icon-bar > a.icon-link > img[class$="-logo"] {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-user-select: none;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
text-transform: uppercase;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
transform: scale(1.55);
- Exclude checks
Element (img.gitlab-logo) is overqualified, just use .gitlab-logo without element name. Open
Open
div.icon-bar > a.icon-link > img.gitlab-logo {
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
background: black;
- Exclude checks
Properties should be ordered font-size, text-align, text-transform, -webkit-user-select, user-select Open
Open
text-align: center;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
-webkit-user-select: none;
- Exclude checks
Properties should be ordered height, padding, width Open
Open
width: auto;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
h1.page-title {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-size: 11rem;
- Exclude checks