Skip to content

Commit

Permalink
Merge pull request #167 from aramperes/patch-163
Browse files Browse the repository at this point in the history
Adjust usage of Github color vars
  • Loading branch information
berzniz authored Aug 27, 2021
2 parents 601022e + 855470c commit 23ed2cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/js/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
padding: 5px 10px;
border-radius: 4px;
outline: none;
background: var(--color-auto-gray-2, var(--bgpr-filter-background));
background: var(--color-bg-secondary, var(--bgpr-filter-background));
color: var(--color-diff-blob-hunk-text, var(--bgpr-filter-color));
border: 1px solid var(--color-auto-gray-2, var(--bgpr-filter-border));
border: 1px solid var(--color-input-border, var(--bgpr-filter-border));
transition: border .2s;
}
.__better_github_pr .actions-filter::placeholder {
Expand Down Expand Up @@ -182,7 +182,7 @@
}

.tree-view_item:hover {
background-color: var(--color-auto-gray-2, var(--bgpr-item-hover-background));
background-color: var(--color-bg-info, var(--bgpr-item-hover-background));
}

.tree-view_arrow {
Expand Down Expand Up @@ -238,7 +238,7 @@
}

.github-pr-file.github-pr-file-highlight {
background: var(--color-auto-gray-2, var(--bgpr-file-highlight-background));
background: var(--color-bg-info, var(--bgpr-file-highlight-background));
}

.github-pr-file.github-pr-file-deleted {
Expand Down

0 comments on commit 23ed2cd

Please sign in to comment.