Fixed checkbox menu item clicks.

The checkbox was restricted to the middle of the item, so edge clicks
wouldn't hit it.
This commit is contained in:
Oliver Hamlet
2014-11-15 13:52:04 +00:00
parent a3b985df1d
commit 719477fa57
@@ -110,6 +110,12 @@ loot-clear-metadata
core-toolbar {
background: white;
}
paper-item:first-child::shadow .button-content {
padding: 0;
}
paper-checkbox {
padding: 0.9em 1em;
}
</style>
<div id="wrapper">
<section id="front">