Skip to content

Commit

Permalink
715 linted
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinrichs-scottlogic committed Jan 16, 2024
1 parent bf2294a commit 34aaafc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}

.handbook-overlay .content {
overflow-y: auto;
margin-top: 3rem;
margin-right: 0.5rem;
margin-bottom: 0.25rem;
padding: 0 1.75rem 0.5rem;
overflow-y: auto;

/* firefox scrollbar styling */
scrollbar-color: var(--handbook-scrollbar-colour) transparent;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/HandbookOverlay/HandbookPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
}

.handbook-terms .system-role-error-message {
border: 0.125rem dashed var(--error-colour);
background-color: var(--error-background-colour);
padding: 0.625rem;
border: 0.125rem dashed var(--error-colour);
border-radius: 0.625rem;
background-color: var(--error-background-colour);
}
2 changes: 1 addition & 1 deletion frontend/src/components/MainComponent/MainComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function MainComponent({
return defence;
});
setDefencesToShow(newDefences);
// add info message to chat
// add info message to chat
const displayedDefenceId = defenceId.replace(/_/g, ' ').toLowerCase();
addInfoMessage(`${displayedDefenceId} defence reset`);
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ThemedButtons/ThemedButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}

.themed-button.disabled {
background-color: var(--action-button-disabled-background-colour);
border-color: var(--action-button-disabled-background-colour);
background-color: var(--action-button-disabled-background-colour);
color: var(--action-button-disabled-text-colour);
}

Expand Down

0 comments on commit 34aaafc

Please sign in to comment.