Various style fixes (#13372)

- Add alpha variants for primary color
- Make timeline items solid background color
- Fix reaction styles recently regressed
- Fix diff header and make it flexbox
- Numerous smaller fixes for arc green
This commit is contained in:
silverwind 2020-10-31 13:17:32 +01:00 committed by GitHub
parent 47dd1cb7ae
commit de871f7c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 138 additions and 84 deletions

View file

@ -871,14 +871,14 @@
.badge {
width: 32px;
height: 32px;
background-color: #fff;
background-color: #eee;
border: 2px solid #eee;
border-radius: 50%;
display: flex;
float: left;
margin-left: -32px;
margin-right: 8px;
color: #444;
color: #666;
align-items: center;
justify-content: center;
@ -1666,8 +1666,8 @@
z-index: 8;
margin-bottom: 10px;
border-bottom: 1px solid #d4d4d5;
padding-left: 5px;
padding-right: 5px;
padding-left: 2px;
padding-right: 2px;
}
> div:after {
@ -1676,6 +1676,15 @@
display: block;
}
.diff-detail-stats strong {
margin-left: .25rem;
margin-right: .25rem;
}
.diff-detail-actions .btn-review {
margin-right: 0 !important;
}
span.status {
display: inline-block;
width: 12px;
@ -2447,7 +2456,7 @@
}
> .item:hover {
background: #4183c4;
background: var(--color-primary);
}
}
}
@ -2458,7 +2467,7 @@
.ui.label {
max-height: 40px;
padding: 7px 18px;
padding: 10px 18px !important;
display: flex !important;
align-items: center;
border: 0;
@ -2476,7 +2485,7 @@
}
.ui.label.basic.blue {
background-color: #f1f8ff !important;
background-color: var(--color-primary-alpha-10) !important;
border-color: inherit !important;
}