Skip to content

Commit

Permalink
Merge pull request #17 from oleole39/color-balance
Browse files Browse the repository at this point in the history
Color balance
  • Loading branch information
greyaz authored Mar 13, 2023
2 parents e074978 + 835cc6c commit 2af78fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Asset/dev/css/board-task-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
margin-bottom: 0;
}
.task-board-expanded .task-board-header>a i.fa{
color: var(--color-greyscale-2);
color: var(--color-greyscale-1);
opacity: 0.08;
}
/*.task-board-header > a {
font-weight: bold;
Expand Down Expand Up @@ -230,7 +231,7 @@ body.TR .task-board-category span.tooltip i.fa, body.TR .table-list-category spa
text-align: left;
line-height: 0;
margin-top: calc(1rem - 9px);
opacity: .08;
opacity: 0.08;
display: inline-block;
width: 100%;
}
Expand All @@ -242,8 +243,8 @@ body.TR .task-board-category span.tooltip i.fa, body.TR .table-list-category spa
.task-board-icons .task-board-icons-row br {
display: none;
}
.task-board-icons:hover, .task-list-icons:hover {
opacity: 1;
.task-board:hover .task-board-icons, .task-board:hover .task-board-header>a i.fa, .table-list-row:hover > .task-list-icons {
opacity: 1;
}
.task-board-icons .task-board-icons-row *, .task-list-icons *{
margin: 0 .1rem 0 0 !important;
Expand Down

0 comments on commit 2af78fb

Please sign in to comment.