mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user