Merge "Use semi-transparent intraline highlight color"

This commit is contained in:
Viktar Donich
2016-10-19 17:19:17 +00:00
committed by Gerrit Code Review

View File

@@ -28,9 +28,10 @@ limitations under the License.
<style>
:host {
--light-remove-highlight-color: #fee;
--dark-remove-highlight-color: #ffd4d4;
--dark-remove-highlight-color: rgba(255, 0, 0, 0.15);
--light-add-highlight-color: #efe;
--dark-add-highlight-color: #d4ffd4;
--dark-add-highlight-color: rgba(0, 255, 0, 0.15);
}
:host.no-left .sideBySide ::content .left,
:host.no-left .sideBySide ::content .left + td,