Skip to content

Commit

Permalink
MNT Fix lint css warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 10, 2024
1 parent 2a6def8 commit b9dd79a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions css/gridfieldtest.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
table.ss-gridfield {
box-shadow: none;
box-shadow: none;
padding: 0;
margin: 20px 0 0 0;
border-collapse: separate;
margin: 20px 0 0;
border-collapse: separate;
border-bottom: 0 none;
border-left: 1px solid #929292;
border-right: 1px solid #929292;
}

.ss-gridfield thead th {
background: #424242;
padding: 5px;
Expand All @@ -29,19 +30,19 @@ table.ss-gridfield {

.ss-gridfield thead th.extra.last div{
display:inline-block;

}

.ss-gridfield thead th button {
color: #eee;
border: none;
border: 0;
background: none;
margin: 0 0 0 2px;
padding: 0;
width: auto;
text-shadow: none;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-family: "Arial", "Helvetica", sans-serif;
}

.ss-gridfield thead th.extra.last button {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lock": "npm-shrinkwrap --dev",
"test": "NODE_PATH=\"./client/src\" jest",
"coverage": "NODE_PATH=\"./client/src\" jest --coverage",
"lint": "eslint client/src && stylelint css/*"
"lint": "eslint client/src && stylelint css"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
Expand Down

0 comments on commit b9dd79a

Please sign in to comment.