mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update for Polymer v0.5.4.
The only breaking change was the checkbox styling has changed.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"core-tooltip": "Polymer/core-tooltip#~0.5.0",
|
||||
"core-drawer-panel": "Polymer/core-drawer-panel#~0.5.0",
|
||||
"paper-input": "Polymer/paper-input#~0.5.0",
|
||||
"paper-tabs": "WrinklyNinja/paper-tabs#fix-scroll-button-flicker",
|
||||
"paper-tabs": "Polymer/paper-tabs#~0.5.0",
|
||||
"core-menu": "Polymer/core-menu#~0.5.0",
|
||||
"paper-checkbox": "Polymer/paper-checkbox#~0.5.0",
|
||||
"paper-dialog": "Polymer/paper-dialog#~0.5.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"core-animated-pages": "Polymer/core-animated-pages#~0.5.1",
|
||||
"paper-toast": "Polymer/paper-toast#~0.5.1",
|
||||
"core-list": "WrinklyNinja/core-list#z-order-items",
|
||||
"core-dropdown": "kysonic/core-dropdown#b2e3b0f37afec1f1447060d7988fb271f46566c2",
|
||||
"core-dropdown": "WrinklyNinja/core-dropdown#null-dimensions-positions-fix",
|
||||
"jed-gettext-parser": "~1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,3 +75,9 @@ html /deep/ core-tooltip:hover:not([disabled])::shadow .core-tooltip {
|
||||
loot-plugin-card /deep/ #activeTick::shadow #tooltip {
|
||||
left: inherit !important;
|
||||
}
|
||||
|
||||
/* Style the paper-checkbox background. */
|
||||
html /deep/ paper-checkbox::shadow #checkbox.checked {
|
||||
border-color: #3F51B5;
|
||||
background-color: #3F51B5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user