mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Tooltips no longer show arrows.
For better matching the Material Design spec. It looks better too, and avoids the issue with the arrows being in the wrong place.
This commit is contained in:
@@ -132,7 +132,7 @@ loot-clear-metadata
|
||||
<div id="wrapper">
|
||||
<section id="front">
|
||||
<core-toolbar>
|
||||
<core-tooltip id="activeTick" label="Active Plugin">
|
||||
<core-tooltip id="activeTick" label="Active Plugin" noarrow>
|
||||
<core-icon icon="check"></core-icon>
|
||||
</core-tooltip>
|
||||
<div flex>
|
||||
@@ -140,13 +140,13 @@ loot-clear-metadata
|
||||
<content select=".version"></content>
|
||||
<content select=".crc"></content>
|
||||
</div>
|
||||
<core-tooltip id="dummyPlugin" label="Dummy Plugin">
|
||||
<core-tooltip id="dummyPlugin" label="Dummy Plugin" noarrow>
|
||||
<core-icon icon="visibility-off"></core-icon>
|
||||
</core-tooltip>
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA">
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA" noarrow>
|
||||
<core-icon icon="attachment"></core-icon>
|
||||
</core-tooltip>
|
||||
<core-tooltip id="hasUserEdits" label="Has User Metadata">
|
||||
<core-tooltip id="hasUserEdits" label="Has User Metadata" noarrow>
|
||||
<core-icon icon="account-circle"></core-icon>
|
||||
</core-tooltip>
|
||||
<paper-menu-button>
|
||||
|
||||
@@ -146,22 +146,22 @@ loot-editor-close
|
||||
}
|
||||
</style>
|
||||
<core-toolbar>
|
||||
<core-tooltip id="activeTick" label="Active Plugin">
|
||||
<core-tooltip id="activeTick" label="Active Plugin" noarrow>
|
||||
<core-icon icon="check"></core-icon>
|
||||
</core-tooltip>
|
||||
<h1>{{data.name}}</h1>
|
||||
<span class="version">{{data.version}}</span>
|
||||
<span class="crc" flex>{{data.computed.crc}}</span>
|
||||
<core-tooltip id="dummyPlugin" label="Dummy Plugin">
|
||||
<core-tooltip id="dummyPlugin" label="Dummy Plugin" noarrow>
|
||||
<core-icon icon="visibility-off"></core-icon>
|
||||
</core-tooltip>
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA">
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA" noarrow>
|
||||
<core-icon icon="attachment"></core-icon>
|
||||
</core-tooltip>
|
||||
</core-toolbar>
|
||||
<main>
|
||||
<paper-checkbox id="enableEdits" label="Enable Edits"></paper-checkbox>
|
||||
<core-tooltip label="Global priorities are compared against all other plugins. Normal priorities are compared against only conflicting plugins." position="right">
|
||||
<core-tooltip label="Global priorities are compared against all other plugins. Normal priorities are compared against only conflicting plugins." position="right" noarrow>
|
||||
<paper-checkbox id="globalPriority" label="Global Priority"></paper-checkbox>
|
||||
</core-tooltip>
|
||||
<div horizontal layout center>
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
</style>
|
||||
|
||||
<paper-item>
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA">
|
||||
<core-tooltip id="loadsBSA" label="Loads BSA" noarrow>
|
||||
<core-icon icon="attachment"></core-icon>
|
||||
</core-tooltip>
|
||||
<core-tooltip id="hasUserEdits" label="Has User Metadata">
|
||||
<core-tooltip id="hasUserEdits" label="Has User Metadata" noarrow>
|
||||
<core-icon icon="account-circle"></core-icon>
|
||||
</core-tooltip>
|
||||
<div><content></content></div>
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</core-animated-pages>
|
||||
<core-tooltip label="Press Enter or click outside the input to set the filter." position="top">
|
||||
<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>
|
||||
</core-tooltip>
|
||||
</div>
|
||||
@@ -95,10 +95,10 @@
|
||||
<!-- Generated game <li> elements go here. -->
|
||||
</loot-dropdown-menu>
|
||||
<span flex></span>
|
||||
<core-tooltip label="Sort Plugins">
|
||||
<core-tooltip label="Sort Plugins" noarrow>
|
||||
<paper-icon-button id="sortButton" icon="sort"></paper-icon-button>
|
||||
</core-tooltip>
|
||||
<core-tooltip label="Update Masterlist">
|
||||
<core-tooltip label="Update Masterlist" noarrow>
|
||||
<paper-icon-button id="updateMasterlistButton" icon="file-download"></paper-icon-button>
|
||||
</core-tooltip>
|
||||
<paper-button id="applySortButton" class="hidden">Apply</paper-button>
|
||||
@@ -262,7 +262,7 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
|
||||
<!-- Language <option> elements go here. -->
|
||||
</loot-dropdown-menu>
|
||||
</div>
|
||||
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout>
|
||||
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow>
|
||||
<paper-checkbox id="enableDebugLogging" label="Enable debug logging"></paper-checkbox>
|
||||
</core-tooltip>
|
||||
<paper-checkbox id="updateMasterlist" label="Update masterlist before sorting"></paper-checkbox>
|
||||
|
||||
Reference in New Issue
Block a user