Skip to content

Commit

Permalink
[TASK] Adjust arrow color for page overview
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Nov 8, 2024
1 parent 28c9b0b commit af9de68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Sass/PageOverview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid $colorGreyDark;
border-top: 8px solid light-dark($colorGreyDark, $colorGrey);
display: inline-block;
}
.lux-arrow-down {
Expand All @@ -74,7 +74,7 @@
margin-bottom: 1px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid $colorGreyDark;
border-bottom: 8px solid light-dark($colorGreyDark, $colorGrey);
}

.lux {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/PageOverview.min.css

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

0 comments on commit af9de68

Please sign in to comment.