Merge "Use semi-transparent intraline highlight color"
This commit is contained in:
@@ -28,9 +28,10 @@ limitations under the License.
|
|||||||
<style>
|
<style>
|
||||||
:host {
|
:host {
|
||||||
--light-remove-highlight-color: #fee;
|
--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;
|
--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,
|
||||||
:host.no-left .sideBySide ::content .left + td,
|
:host.no-left .sideBySide ::content .left + td,
|
||||||
|
Reference in New Issue
Block a user