Skip to content

Commit

Permalink
fix(TestRuns): use correct classes
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Jul 8, 2024
1 parent 4a2f289 commit 6ed666b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/test-runs-page/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
&[data-has-alerts] {
font-weight: 600;

td:first-child {
.check-column {
border-left: 4px solid $blue-50;
padding-left: 6px;
}
Expand All @@ -183,7 +183,7 @@
&.test-run-highlighted {
animation: color-highlight 3s ease;

td.column-icon .dashicons {
.check-column .dashicons {
animation: scale-up-down 3s;
}
}
Expand Down

0 comments on commit 6ed666b

Please sign in to comment.