Skip to content

Commit 0a7c562

Browse files
CirnoTzeripathtechknowlogick
authored
Style code review comment for arc-green (#11572)
* Style code review comment for arc-green * change border around review for light; update border around textarea to match #11570 Co-authored-by: zeripath <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent f32bf90 commit 0a7c562

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,11 @@ a.ui.basic.green.label:hover {
704704
color: #9e9e9e;
705705
}
706706

707+
.repository.view.issue .comment-list .comment .tag {
708+
color: #dbdbdb;
709+
border-color: rgb(152, 152, 152);
710+
}
711+
707712
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
708713
background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat;
709714
height: 0 !important;
@@ -1338,16 +1343,44 @@ a.ui.labels .label:hover {
13381343
}
13391344

13401345
.comment-code-cloud {
1341-
.ui.attached.tabular.menu {
1346+
border-color: #3a3a3a;
1347+
1348+
&:before {
1349+
border-bottom: 13px solid #5a5a5a;
1350+
}
1351+
1352+
.ui.attached.top.header {
13421353
background: none transparent;
13431354
border: 0;
13441355
}
13451356

1346-
.footer .markdown-info {
1347-
color: inherit;
1357+
.ui.active.tab {
1358+
&:not(.markdown) {
1359+
textarea:focus {
1360+
border: none;
1361+
}
1362+
1363+
background: #404552;
1364+
}
1365+
1366+
border-color: rgba(187, 187, 187, .24);
1367+
}
1368+
1369+
.footer {
1370+
border-top-color: #5a5a5a;
1371+
1372+
.markdown-info {
1373+
color: inherit;
1374+
}
1375+
13481376
}
13491377
}
13501378

1379+
.add-comment-left.add-comment-right .ui.attached.header {
1380+
border-color: #5d5c5c;
1381+
border-right: none;
1382+
}
1383+
13511384
.file-comment {
13521385
color: #888888;
13531386
}

0 commit comments

Comments
 (0)