Skip to content

Commit

Permalink
Remove top-level style for row highlighting
Browse files Browse the repository at this point in the history
Forgot to remove style for current version row highlighting after moving/renaming it in 51169f)
  • Loading branch information
norrisng-bc committed Aug 8, 2023
1 parent 4ffbd47 commit b007307
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ a:visited {
thead th {
padding-top: 0;
}
// highlight the row for the currently selected version
tr.selected-row {
background-color: $bcbox-highlight-background !important;
}
Expand All @@ -82,10 +83,6 @@ a:visited {
}
}
}
// highlight the row for the currently selected version
.details-selected-version {
background-color: $bcbox-highlight-background !important;
}
.details-value-column {
width: 40rem;
}
Expand Down

0 comments on commit b007307

Please sign in to comment.