Skip to content

Commit

Permalink
fixing linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
polatengin committed Nov 19, 2024
1 parent 0b3c5a4 commit 2029260
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/frontend/components/editableText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ class EditableText extends React.Component<EditableTextProps, EditableTextState>
hasErrors: false
});
}

}

public render(): JSX.Element {
Expand Down
5 changes: 0 additions & 5 deletions src/frontend/css/boardSummary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@
}
}



.board-summary-table-container {
min-width: 1000px;
overflow: auto;
height: calc(100vh - #{$extension_header_height} - #{$second_level_header_height});


th, td {
border: 1px solid rgba(0,0,0,0.02);
white-space: nowrap;
Expand All @@ -45,7 +42,6 @@
overflow: auto;
width: 100%;


thead {
background-color: $azdo_blue;
color: #fff;
Expand Down Expand Up @@ -232,7 +228,6 @@
border: 1px solid var(--text-primary-color);
border-radius: 4px;


.resolved-green {
color: var(--status-success-text);
}
Expand Down
1 change: 0 additions & 1 deletion src/frontend/css/contextualMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
height: 155px;
margin-top: -10px;


button.ms-ContextualMenu-link {
color: var(--text-primary-color);

Expand Down
1 change: 0 additions & 1 deletion src/frontend/css/feedbackBoardContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ $team_selector_list_item_width: 450px;
}
}


.board-actions-menu {
margin-left: 5px;
}
Expand Down
1 change: 0 additions & 1 deletion src/frontend/css/feedbackItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
.feedback-action-menu {
border: 1px solid var(--border-subtle-color);


.ms-ContextualMenu-list {
background-color: var(--background-color);

Expand Down

0 comments on commit 2029260

Please sign in to comment.