Fix CSS linting.
This commit is contained in:
parent
3ae5fa2f4b
commit
21de3404c3
@ -56,14 +56,14 @@
|
||||
border-radius: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
border-left: 1px solid currentColor;
|
||||
border-left: 1px solid currentcolor;
|
||||
}
|
||||
|
||||
.peertube-plugin-livechat-multi-button-last-secondary {
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
border-left: 1px solid currentColor;
|
||||
border-left: 1px solid currentcolor;
|
||||
}
|
||||
}
|
||||
|
||||
@ -95,8 +95,10 @@ table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(even) {
|
||||
}
|
||||
|
||||
table.peertube-plugin-livechat-prosody-list-rooms th {
|
||||
/* stylelint-disable-next-line custom-property-pattern */
|
||||
background-color: var(--mainHoverColor);
|
||||
border: 1px solid black;
|
||||
/* stylelint-disable-next-line custom-property-pattern */
|
||||
color: var(--mainBackgroundColor);
|
||||
padding: 4px 5px;
|
||||
}
|
||||
|
@ -100,7 +100,7 @@
|
||||
"build": "npm-run-all -s clean:light build:languages check:client:tsc -s build:converse build:prosody build:images build:avatars build:client build:server build:serverconverse build:prosodymodules build:styles",
|
||||
"lint": "npm-run-all -s lint:script lint:styles",
|
||||
"lint:script": "npx eslint --ext .js --ext .ts .",
|
||||
"lint:styles": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.css'",
|
||||
"lint:styles": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.scss'",
|
||||
"show:npmfiles": "npx npm-packlist",
|
||||
"doc:translate": "bash doc-translate.sh"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user