mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed disabled game menu styling.
This commit is contained in:
@@ -12,9 +12,9 @@ it a <select>-like API. This means:
|
||||
<link rel="import" href="../bower_components/paper-dropdown-menu/paper-dropdown-menu.html">
|
||||
<link rel="import" href="../bower_components/core-menu/core-menu.html">
|
||||
|
||||
<polymer-element name="loot-dropdown-menu">
|
||||
<polymer-element name="loot-dropdown-menu" attributes="disabled">
|
||||
<template>
|
||||
<paper-dropdown-menu disabled="{{disabled}}">
|
||||
<paper-dropdown-menu disabled?="{{disabled}}">
|
||||
<paper-dropdown class="dropdown">
|
||||
<core-menu valueattr="value">
|
||||
<content></content>
|
||||
@@ -46,4 +46,4 @@ it a <select>-like API. This means:
|
||||
},
|
||||
});
|
||||
</script>
|
||||
</polymer-element>
|
||||
</polymer-element>
|
||||
|
||||
Reference in New Issue
Block a user