Commit dc04659f authored by dbeam's avatar dbeam Committed by Commit bot

MD Downloads: remove bold selected item style

R=tsergeant@chromium.org
BUG=630619
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2182863002
Cr-Commit-Position: refs/heads/master@{#407710}
parent 7b8a38bd
......@@ -83,6 +83,12 @@ paper-icon-button {
-webkit-margin-start: 16px;
}
paper-menu {
--paper-menu-selected-item: {
font-weight: normal;
};
}
paper-item {
-webkit-user-select: none;
cursor: pointer;
......
......@@ -2582,6 +2582,12 @@ paper-icon-button {
-webkit-margin-start: 16px;
}
paper-menu {
--paper-menu-selected-item: {
font-weight: normal;
};
}
paper-item {
-webkit-user-select: none;
cursor: pointer;
......
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