Commit 52964de0 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Componentization: Make text non-selectable

Bug: 846493
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I6d7634edabe8e756ac7ea62fc88d223902f9a46f
Reviewed-on: https://chromium-review.googlesource.com/1072696Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561938}
parent 02409904
......@@ -40,6 +40,7 @@
:host {
display: flex;
height: 100%;
user-select: none;
}
#sidebar {
......
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