Give disabled delete vote button a style

Change-Id: I51883c5216db095de965d7e300b3cc214d4d7fe4
This commit is contained in:
Kasper Nilsson 2018-08-01 11:52:37 -07:00
parent e27a404a3e
commit 1c9e0534fe
2 changed files with 5 additions and 2 deletions

View File

@ -77,6 +77,9 @@ limitations under the License.
width: 2em;
}
}
gr-button[disabled] iron-icon {
color: var(--border-color);
}
gr-account-chip {
margin-right: .25em;
}
@ -127,4 +130,4 @@ limitations under the License.
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
</template>
<script src="gr-label-info.js"></script>
</dom-module>
</dom-module>

View File

@ -177,4 +177,4 @@
return '';
},
});
})();
})();