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