Commit c93b0b62 authored by dpapad's avatar dpapad Committed by Commit bot

WebUI: Prevent text selection on action menu entries.

BUG=709409
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2805283002
Cr-Commit-Position: refs/heads/master@{#462987}
parent 31fbf9fd
......@@ -27,6 +27,7 @@
min-height: 32px;
padding: 0 24px;
text-align: start;
user-select: none;
width: 100%;
}
......
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