mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use core-pages instead of core-animated-pages.
Since LOOT doesn't actually use any page animations.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"marked": "~0.3.2",
|
||||
"requirejs": "jrburke/requirejs-bower#~2.1.15",
|
||||
"paper-progress": "Polymer/paper-progress#~0.5.0",
|
||||
"core-animated-pages": "Polymer/core-animated-pages#~0.5.1",
|
||||
"core-pages": "Polymer/core-pages#~0.5.1",
|
||||
"paper-toast": "Polymer/paper-toast#~0.5.1",
|
||||
"core-list": "WrinklyNinja/core-list#patched-for-loot",
|
||||
"core-dropdown": "WrinklyNinja/core-dropdown#null-dimensions-positions-fix",
|
||||
|
||||
@@ -14,13 +14,6 @@ paper-icon-button[disabled] {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
/* This speeds up tab switching. The 1px height is so that core-list children
|
||||
don't complain about not having a height set. */
|
||||
core-animated-pages::shadow ::content > *:not(.core-selected):not([animate]) {
|
||||
display: block !important;
|
||||
height: 1px;
|
||||
pointer-events: none;
|
||||
}
|
||||
/* This makes checkboxes have the same padding as icons in lists. */
|
||||
html /deep/ core-menu paper-checkbox::shadow #checkboxLabel {
|
||||
padding-left: 32px;
|
||||
|
||||
@@ -21,8 +21,7 @@
|
||||
<link rel="import" href="bower_components/core-icons/core-icons.html">
|
||||
<link rel="import" href="bower_components/core-tooltip/core-tooltip.html">
|
||||
<link rel="import" href="bower_components/core-drawer-panel/core-drawer-panel.html">
|
||||
<link rel="import" href="bower_components/core-animated-pages/core-animated-pages.html">
|
||||
<link rel="import" href="bower_components/core-animated-pages/transitions/slide-from-right.html">
|
||||
<link rel="import" href="bower_components/core-pages/core-pages.html">
|
||||
<link rel="import" href="bower_components/core-list/core-list.html">
|
||||
<link rel="import" href="bower_components/core-label/core-label.html">
|
||||
|
||||
@@ -53,7 +52,7 @@
|
||||
</paper-tabs>
|
||||
</div>
|
||||
<div flex layout vertical>
|
||||
<core-animated-pages selected="cardsNav" valueattr="id" transitions="" flex>
|
||||
<core-pages selected="cardsNav" valueattr="id" flex>
|
||||
<core-list id="cardsNav" class="tab-content" flex>
|
||||
<template>
|
||||
<loot-plugin-item data-id="{{model.id}}" data="{{model}}" data-index="{{index}}">
|
||||
@@ -80,7 +79,7 @@
|
||||
<div><span id="hiddenMessageNo">0</span> / <span id="filterTotalMessageNo">0</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</core-animated-pages>
|
||||
</core-pages>
|
||||
<div class="divider"></div>
|
||||
<core-tooltip label="Press Enter or click outside the input to set the filter." position="top" noarrow>
|
||||
<paper-input id="searchBox" label="Filter content..."></paper-input>
|
||||
|
||||
Reference in New Issue
Block a user