Generate CSS for #2561
This commit is contained in:
parent
db150f2e42
commit
acfc942ad7
2 changed files with 26 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -1377,12 +1377,34 @@ footer .container .links > *:first-child {
|
||||||
.repository.view.issue .comment-list .comment .content .header {
|
.repository.view.issue .comment-list .comment .content .header {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: auto 15px;
|
padding: auto 15px;
|
||||||
|
position: relative;
|
||||||
color: #767676;
|
color: #767676;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
.repository.view.issue .comment-list .comment .content .header:before,
|
||||||
|
.repository.view.issue .comment-list .comment .content .header:after {
|
||||||
|
right: 100%;
|
||||||
|
top: 50%;
|
||||||
|
border: solid transparent;
|
||||||
|
content: " ";
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .comment .content .header:before {
|
||||||
|
border-right-color: #D4D4D5;
|
||||||
|
border-width: 9px;
|
||||||
|
margin-top: -9px;
|
||||||
|
}
|
||||||
|
.repository.view.issue .comment-list .comment .content .header:after {
|
||||||
|
border-right-color: #f7f7f7;
|
||||||
|
border-width: 8px;
|
||||||
|
margin-top: -8px;
|
||||||
|
}
|
||||||
.repository.view.issue .comment-list .comment .content .header .text {
|
.repository.view.issue .comment-list .comment .content .header .text {
|
||||||
max-width: 78%;
|
max-width: 78%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue