mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bug fix: Context lines slider can now update diff views in real time.
NOTE: Using this feature needs cookies enabled, which may sub-optimal in corporate controlled environments. TODO: The dependency on jQuery is overkill for something as simple as updating tracking mouse-ups on a input element.
This commit is contained in:
+4
-2
@@ -14,7 +14,8 @@
|
||||
|
||||
.diff .file .diffContent {
|
||||
white-space: pre;
|
||||
font-family: Monaco;
|
||||
font-family: Meslo, "Andale Mono", Menlo, Monaco;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.diff .file .diffcontent .lineno {
|
||||
@@ -48,7 +49,8 @@
|
||||
}
|
||||
|
||||
.diff .file .diffcontent .lines .whitespace {
|
||||
background-color: rgba(255,0,0,0.5);
|
||||
/* background-color: rgba(255,0,0,0.5); */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#CurrentHunk {
|
||||
|
||||
Reference in New Issue
Block a user