Skip to content

Commit f2e5ae9

Browse files
committed
Remove shadows from ref cells other timeline items
1 parent 5722ad5 commit f2e5ae9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Classes/Views/PBGitRevisionCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#import "NSColor+RGB.h"
1717

1818
const int COLUMN_WIDTH = 10;
19-
const BOOL ENABLE_SHADOW = YES;
19+
const BOOL ENABLE_SHADOW = NO;
2020
const BOOL SHUFFLE_COLORS = NO;
2121

2222
@implementation PBGitRevisionCell

html/views/history/history.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ a {
132132
margin-right: 2px;
133133
padding: 1px 4px;
134134
-webkit-border-radius: 2px;
135-
-webkit-box-shadow: 1px 1px 2px #444;
136135
}
137136

138137
.refs.head {

0 commit comments

Comments
 (0)