Skip to content

Commit

Permalink
fix: disabled link constrast on light-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jan 7, 2025
1 parent ac01968 commit 86ab801
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scss/_pipelines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,14 @@ tr.warning,
position: relative;
}

.warnings .-link.-disabled {
.warnings .-disabled {
color: var(--color-bg-light);
}

.theme-light .warnings .-disabled {
color: var(--color-coal-light);
}

.annotation {
padding: 0;

Expand Down

0 comments on commit 86ab801

Please sign in to comment.