Skip to content

Commit

Permalink
Use updated colors only for active button
Browse files Browse the repository at this point in the history
  • Loading branch information
vzpgb authored Oct 29, 2024
1 parent 8e08d0c commit 5bed442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Analysis/SharedUtils/AccessibilityUtils/Accessibility.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
outline-offset: 1px;
}

.team-project-modal .ant-btn-primary {
.team-project-modal .ant-btn-primary:not([disabled]) {
background: #194C90;
border: #194C90;
}

.team-project-modal .ant-btn-primary:hover,
.team-project-modal .ant-btn-primary:focus {
.team-project-modal .ant-btn-primary:hover:not([disabled]),
.team-project-modal .ant-btn-primary:focus:not([disabled]) {
background: #2466AC;
border: #2466AC;
}

0 comments on commit 5bed442

Please sign in to comment.