ci: Clean up sonar cloud issues
Esse commit está contido em:
@@ -1,3 +1,3 @@
|
|||||||
# Path to sources
|
# Path to sources
|
||||||
sonar.sources=src/
|
sonar.sources=src/
|
||||||
sonar.exclusions=**/*.test.ts*
|
sonar.exclusions=**/*.test.ts*,src/common/localization/*
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ export default class EditorFooter extends React.Component<IEditorFooterProps, IE
|
|||||||
}
|
}
|
||||||
|
|
||||||
private blurTagsInput() {
|
private blurTagsInput() {
|
||||||
const inputElement = document.querySelector(".ReactTags__tagInputField") as HTMLElement;
|
const inputElement: HTMLElement = document.querySelector(".ReactTags__tagInputField");
|
||||||
if (inputElement) {
|
if (inputElement) {
|
||||||
setImmediate(() => inputElement.blur());
|
setImmediate(() => inputElement.blur());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -211,18 +211,9 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
& > .rc-menu-item, & > .rc-menu-submenu > .rc-menu-submenu-title {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
& > .rc-menu-submenu, & > .rc-menu-item {
|
& > .rc-menu-submenu, & > .rc-menu-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
||||||
&-active {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@@ -243,7 +234,7 @@
|
|||||||
}
|
}
|
||||||
.rc-menu-submenu-arrow {
|
.rc-menu-submenu-arrow {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome, sans-serif;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário