Skip to content

Commit

Permalink
fixed css sort tringles (#409)
Browse files Browse the repository at this point in the history
closes #408
  • Loading branch information
jkowalleck authored Dec 12, 2020
1 parent e00532d commit dade11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/layout/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,17 @@ div.video {
border-left: $triangle-width solid transparent;
border-right: $triangle-width solid transparent;

.inactive {
.inactive & {
/*finish triangle*/
border-top: $triangle-width solid #E6E6E6;
}

.asc.active {
.asc.active & {
/*finish triangle*/
border-bottom: $triangle-width solid #999;
}

.desc.active {
.desc.active & {
/*finish triangle*/
border-top: $triangle-width solid #999;
}
Expand Down
6 changes: 3 additions & 3 deletions src/pytest_html/resources/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dade11a

Please sign in to comment.