mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
The last selected menu item shouldn't stand out.
This commit is contained in:
@@ -68,4 +68,10 @@ html /deep/ paper-dialog#progressDialog {
|
||||
/* This stops transitions from overflowing onto other elements. */
|
||||
html /deep/ core-animated-pages {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* This stops menus keeping the last item clicked highlighted. */
|
||||
|
||||
paper-item.core-selected {
|
||||
background: white;
|
||||
}
|
||||
Reference in New Issue
Block a user