Remove invalid parens from CSS selector.

Change-Id: I17e6ac624abfc7f4174cd2feb7d81ef1cf87c7cc
This commit is contained in:
Peter Burns
2017-10-30 09:30:04 -07:00
parent ced206c885
commit e55e538225

View File

@@ -102,8 +102,8 @@ limitations under the License.
section.topic {
@apply(--change-metadata-topic);
}
gr-account-chip([disabled]),
gr-linked-chip([disabled]) {
gr-account-chip[disabled],
gr-linked-chip[disabled] {
opacity: 0;
pointer-events: none;
}