File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 36
36
background-color : $color-history-bg ;
37
37
position : absolute ;
38
38
left : 6px ;
39
- top : 16 px ;
39
+ top : 19 px ;
40
40
border-radius : 50% ;
41
41
box-shadow : 0 0 0 3px $color-timeline ;
42
42
z-index : 1 ;
53
53
}
54
54
55
55
& :first-of-type :after {
56
- top : 15 px ;
56
+ top : 19 px ;
57
57
}
58
58
59
59
& :last-of-type :after {
96
96
& :before {
97
97
content : ' ' ;
98
98
position : absolute ;
99
- left : -6 px ;
99
+ left : -8 px ;
100
100
top : 8px ;
101
- width : 0 ;
102
- height : 0 ;
103
- border-top : 5px solid transparent ;
104
- border-bottom : 5px solid transparent ;
105
- border-right : 6px solid $color-note-title-bg ;
101
+ border-width : 7px 10px 7px 0 ;
102
+ border-style : solid ;
103
+ border-color : transparent $color-note-title-bg transparent transparent ;
106
104
}
107
105
108
106
.gravatar {
114
112
}
115
113
}
116
114
117
- // #change-n #note-n
118
- & :target h4 .note-header , div :target h4 .note-header {
115
+ & :target h4 .reply-header {
119
116
background : $color-target-bg ;
120
117
121
118
& :before {
122
- border-right : 6 px solid $color-target-bg ;
119
+ border-right-color : $color-target-bg ;
123
120
}
124
121
}
125
122
}
126
- }
123
+ }
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ div#update .jstTabs.tabs li a {
209
209
background : $color-target-bg ;
210
210
211
211
& :before {
212
- border-right : 6 px solid $color-target-bg ;
212
+ border-right-color : $color-target-bg ;
213
213
}
214
214
}
215
215
@@ -276,4 +276,4 @@ fieldset#filters td.values input {
276
276
277
277
.issue-card {
278
278
background-color : $color-issue-bg ;
279
- }
279
+ }
You can’t perform that action at this time.
0 commit comments