Skip to content

Commit 5722ad5

Browse files
committed
Slightly less round ref cell corners
1 parent dfd6d6d commit 5722ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/Views/PBGitRevisionCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ - (void) drawLabelAtIndex:(int)index inRect:(NSRect)rect
267267
PBGitRef *ref = [refs objectAtIndex:index];
268268

269269
NSMutableDictionary* attributes = [self attributesForRefLabelSelected:[self isHighlighted]];
270-
NSBezierPath *border = [NSBezierPath bezierPathWithRoundedRect:rect cornerRadius: 3.0];
270+
NSBezierPath *border = [NSBezierPath bezierPathWithRoundedRect:rect cornerRadius:2];
271271
[[self colorForRef:ref] set];
272272

273273

html/views/history/history.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ a {
131131
font-family: -apple-system, "Helvetica Neue", sans-serif;
132132
margin-right: 2px;
133133
padding: 1px 4px;
134-
-webkit-border-radius: 3px;
134+
-webkit-border-radius: 2px;
135135
-webkit-box-shadow: 1px 1px 2px #444;
136136
}
137137

0 commit comments

Comments
 (0)