Commit f0e51180 authored by Phil Hughes's avatar Phil Hughes

Removed link transition

Fixed hll overriding is-over class
parent faf5bc0e
......@@ -141,7 +141,8 @@ $dark-il: #de935f;
}
.diff-line-num {
&.is-over {
&.is-over,
&.hll:not(.empty-cell).is-over {
background-color: $dark-over-bg;
border-color: darken($dark-over-bg, 5%);
......
......@@ -141,7 +141,8 @@ $monokai-gi: #a6e22e;
}
.diff-line-num {
&.is-over {
&.is-over,
&.hll:not(.empty-cell).is-over {
background-color: $monokai-over-bg;
border-color: darken($monokai-over-bg, 5%);
......
......@@ -145,7 +145,8 @@ $solarized-dark-il: #2aa198;
}
.diff-line-num {
&.is-over {
&.is-over,
&.hll:not(.empty-cell).is-over {
background-color: $solarized-dark-over-bg;
border-color: darken($solarized-dark-over-bg, 5%);
......
......@@ -152,7 +152,8 @@ $solarized-light-il: #2aa198;
}
.diff-line-num {
&.is-over {
&.is-over,
&.hll:not(.empty-cell).is-over {
background-color: $solarized-light-over-bg;
border-color: darken($solarized-light-over-bg, 5%);
......
......@@ -124,7 +124,8 @@ $white-gc-bg: #eaf2f5;
}
}
&.is-over {
&.is-over,
&.hll:not(.empty-cell).is-over {
background-color: $white-over-bg;
border-color: darken($white-over-bg, 5%);
......
......@@ -89,6 +89,10 @@
.diff-line-num {
width: 50px;
a {
transition: none;
}
}
.line_holder td {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment