Skip to content

Commit

Permalink
FIX: CSS Duplicate Selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 16, 2023
1 parent fd52476 commit 63bbc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,11 +682,11 @@ form.add-webhook-form .form-actions button {
border-color: var(--pp-red-alt-2);
}

.config-btns button.config-btn-green svg, .config-btns button.config-btn-green svg {
.config-btns button.config-btn-green svg {
color: var(--pp-green);
}

.config-btns button.config-btn-red svg, .config-btns button.config-btn-red svg {
.config-btns button.config-btn-red svg {
color: var(--pp-red-alt-2);
}

Expand Down

0 comments on commit 63bbc1d

Please sign in to comment.