Skip to content

Fix background reactions in the arc-green theme #9421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed arc-green theme reactions background
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
  • Loading branch information
axifive committed Dec 19, 2019
commit d1e89eac6cb17acc5e7c61e48c95631bb57b93dc
6 changes: 4 additions & 2 deletions web_src/less/themes/arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ footer {
color: #dbdbdb;
}

.ui.label {
.ui.label,
.ui.label.basic {
color: #dbdbdb;
background-color: #404552;
}
Expand Down Expand Up @@ -400,7 +401,8 @@ a.ui.basic.green.label:hover {
}

.ui.blue.label,
.ui.blue.labels .label {
.ui.blue.labels .label,
.repository .segment.reactions .ui.label.basic.blue {
background-color: #26577b !important;
border-color: #26577b !important;
}
Expand Down