diff --git a/client/src/templates/Challenges/classic/action-row.tsx b/client/src/templates/Challenges/classic/action-row.tsx index a136595eb4..02a5ac97e5 100644 --- a/client/src/templates/Challenges/classic/action-row.tsx +++ b/client/src/templates/Challenges/classic/action-row.tsx @@ -38,34 +38,30 @@ const ActionRow = ({
-
{hasNotes && ( )} diff --git a/client/src/templates/Challenges/classic/classic.css b/client/src/templates/Challenges/classic/classic.css index bc5df4e463..5e642163b1 100644 --- a/client/src/templates/Challenges/classic/classic.css +++ b/client/src/templates/Challenges/classic/classic.css @@ -88,7 +88,7 @@ button.monaco-editor-tab:hover { border-bottom: 2px solid var(--primary-background); } -.monaco-editor-tab[role='tab'][aria-selected='true'] { +.monaco-editor-tab[aria-expanded='true'] { border-color: var(--secondary-color); background-color: var(--secondary-color); color: var(--secondary-background); diff --git a/client/src/templates/Challenges/classic/editor-tabs.tsx b/client/src/templates/Challenges/classic/editor-tabs.tsx index 637c9e3875..02bee7bd23 100644 --- a/client/src/templates/Challenges/classic/editor-tabs.tsx +++ b/client/src/templates/Challenges/classic/editor-tabs.tsx @@ -42,13 +42,13 @@ class EditorTabs extends Component { {sortChallengeFiles(challengeFiles).map( (challengeFile: ChallengeFile) => ( ) )}