File tree Expand file tree Collapse file tree 2 files changed +14
-36
lines changed Expand file tree Collapse file tree 2 files changed +14
-36
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ textarea {
150
150
font-family : var (--fonts-regular );
151
151
}
152
152
153
+ pre ,
153
154
code ,
154
155
kbd ,
155
156
samp {
Original file line number Diff line number Diff line change 273
273
.ui.avatar {
274
274
margin-bottom : 5px ;
275
275
}
276
-
277
- .commit-summary a {
278
- text-decoration : underline ;
279
- text-decoration-style : dashed ;
280
-
281
- & :hover {
282
- text-decoration-style : solid ;
283
- }
284
-
285
- & .default-link {
286
- text-decoration : none ;
287
-
288
- & :hover {
289
- text-decoration : underline ;
290
- text-decoration-style : solid ;
291
- }
292
- }
293
- }
294
276
}
295
277
296
278
tbody {
@@ -2694,20 +2676,16 @@ tbody.commit-list {
2694
2676
}
2695
2677
}
2696
2678
2697
- .commit-list .commit-summary a {
2698
- text-decoration : underline ;
2699
- text-decoration-style : dashed ;
2700
-
2679
+ .commit-summary a {
2701
2680
& :hover {
2702
- text-decoration-style : solid ;
2681
+ text-decoration : underline solid ;
2703
2682
}
2704
2683
2705
2684
& .default-link {
2706
2685
text-decoration : none ;
2707
2686
2708
2687
& :hover {
2709
- text-decoration : underline ;
2710
- text-decoration-style : solid ;
2688
+ text-decoration : underline solid ;
2711
2689
}
2712
2690
}
2713
2691
}
@@ -2719,16 +2697,11 @@ tbody.commit-list {
2719
2697
2720
2698
.commit-body {
2721
2699
white-space : pre-wrap ;
2700
+ margin : 0 ;
2722
2701
}
2723
2702
2724
- .git-notes {
2725
- & .top {
2726
- text-align : left ;
2727
- }
2728
-
2729
- .commit-body {
2730
- margin : 0 ;
2731
- }
2703
+ .git-notes.top {
2704
+ text-align : left ;
2732
2705
}
2733
2706
2734
2707
@media @mediaSm {
@@ -2924,9 +2897,13 @@ td.blob-excerpt {
2924
2897
background-color : #fafafa ;
2925
2898
}
2926
2899
2927
- .issue-keyword {
2928
- border-bottom : 1px dotted #959da5 ;
2929
- display : inline-block ;
2900
+ .issue-keyword ,
2901
+ .commit-body .issue-keyword :hover {
2902
+ border-bottom : 1px dotted var (--color-text-light-2 );
2903
+ }
2904
+
2905
+ .issue-keyword :hover {
2906
+ border-bottom : none ;
2930
2907
}
2931
2908
2932
2909
.file-header {
You can’t perform that action at this time.
0 commit comments