css: lighter background for merge messages

This commit is contained in:
Thomas Gelf 2022-02-09 15:54:11 +01:00
parent ecf7bce482
commit 7eeff6d9b4
1 changed files with 3 additions and 4 deletions

View File

@ -1372,13 +1372,13 @@ table.activity-log {
position: absolute;
height: 100%;
background: @body-bg-color;
border-radius: 0.5em;
border-radius: 1em;
}
a.range-comment {
width: 100%;
height: 100%;
display: block;
border-radius: 0.5em;
border-radius: 1em;
padding: 0.2em 1em;
vertical-align: middle;
&::-webkit-scrollbar {
@ -1388,12 +1388,11 @@ table.activity-log {
-ms-overflow-style: none;
overflow-y:auto;
overflow-x:hidden;
text-overflow: ellipsis;
word-break: break-word;
&:hover {
text-decoration: none;
}
background: fade(@color-warning-handled, 40%);
background: fade(@color-warning-handled, 20%);
&:hover {
background: fade(@color-warning-handled, 60%);
}