Merge "Remove ::content and fix the no-left style for shift + a"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user