Remove invalid parens from CSS selector.
Change-Id: I17e6ac624abfc7f4174cd2feb7d81ef1cf87c7cc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user