Give disabled delete vote button a style
Change-Id: I51883c5216db095de965d7e300b3cc214d4d7fe4
This commit is contained in:
parent
e27a404a3e
commit
1c9e0534fe
@ -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>
|
||||
|
@ -177,4 +177,4 @@
|
||||
return '';
|
||||
},
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user