@@ -521,11 +521,6 @@ a:hover {
521
521
color : #ffffff ;
522
522
}
523
523
524
- .repository.view.issue .comment-list .comment .content > .bottom.segment a {
525
- border : solid 1px #353945 ;
526
- background-color : #353945 ;
527
- }
528
-
529
524
.ui.attached.header {
530
525
background : #404552 ;
531
526
border : 1px solid #404552 ;
@@ -953,21 +948,6 @@ a.ui.basic.green.label:hover {
953
948
border : 1px solid #404552 ;
954
949
}
955
950
956
- .repository.view.issue .comment-list .comment .content > .bottom.segment {
957
- background : #353945 ;
958
- }
959
-
960
- .repository.view.issue .comment-list .comment .content .header {
961
- color : #dbdbdb ;
962
- background-color : #404552 ;
963
- border-bottom : 1px solid #353944 ;
964
- }
965
-
966
- .repository.view.issue .comment-list .comment .content .merge-section {
967
- background-color : #404552 ;
968
- border-top : 1px solid #353944 ;
969
- }
970
-
971
951
.repository.view.issue .comment-list .event > .svg.issue-symbol {
972
952
background : #3b4954 ;
973
953
}
@@ -989,18 +969,41 @@ a.ui.basic.green.label:hover {
989
969
color : #fff !important ;
990
970
}
991
971
992
- .repository.view.issue .comment-list .comment .content .header :after {
993
- border-right-color : #404552 ;
972
+ .repository.view.issue .comment-list .comment .content {
973
+ > .bottom.segment {
974
+ background : #353945 ;
975
+ a {
976
+ border : solid 1px #353945 ;
977
+ background-color : #353945 ;
978
+ }
979
+ }
980
+
981
+ .header {
982
+ color : #dbdbdb ;
983
+ background-color : #404552 ;
984
+ border-bottom : 1px solid #353944 ;
985
+ }
986
+
987
+ .merge-section {
988
+ background-color : #404552 ;
989
+ border-top : 1px solid #353944 ;
990
+ }
991
+
992
+ .header :after ,
993
+ > .merge-section.no-header :after {
994
+ border-right-color : #404552 ;
995
+ }
996
+
997
+ .header :before ,
998
+ > .merge-section.no-header :before {
999
+ border-right-color : #404552 ;
1000
+ }
994
1001
}
995
1002
996
1003
.repository.new.issue .comment.form .content :after {
997
1004
border-right-color : #353945 ;
998
1005
}
999
1006
1000
- .repository.view.issue .comment-list .comment .content .header :before {
1001
- border-right-color : #404552 ;
1002
- }
1003
-
1004
1007
.repository.new.issue .comment.form .content :before {
1005
1008
border-right-color : #353945 ;
1006
1009
}
0 commit comments