Merge "Remove ::content and fix the no-left style for shift + a"

This commit is contained in:
Tao Zhou
2019-10-22 13:03:12 +00:00
committed by Gerrit Code Review
4 changed files with 8 additions and 7 deletions

View File

@@ -31,10 +31,10 @@ limitations under the License.
<dom-module id="gr-diff">
<template>
<style include="shared-styles">
:host(.no-left) .sideBySide ::content .left,
:host(.no-left) .sideBySide ::content .left + td,
:host(.no-left) .sideBySide ::content .right:not([data-value]),
:host(.no-left) .sideBySide ::content .right:not([data-value]) + td {
:host(.no-left) .sideBySide .left,
:host(.no-left) .sideBySide .left + td,
:host(.no-left) .sideBySide .right:not([data-value]),
:host(.no-left) .sideBySide .right:not([data-value]) + td {
display: none;
}
::slotted(*) .thread-group {