commit | cf962d9c03c774221a4996949fed265f85cf7987 | [log] [tgz] |
---|---|---|
author | Tao Zhou <taoalpha@google.com> | Wed Sep 09 14:55:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 09 14:55:19 2020 +0000 |
tree | b4c35407eab0c82a0cd302225bb700629e367593 | |
parent | f6b269e8bdc70dbba8d3e27b52b41a028de50e89 [diff] | |
parent | f548764cb4e87c552f2d012f1a5343d03074ed12 [diff] |
Merge "Apply hidden to host as well"
diff --git a/polygerrit-ui/app/styles/shared-styles.ts b/polygerrit-ui/app/styles/shared-styles.ts index 04dca9c..3b738a4 100644 --- a/polygerrit-ui/app/styles/shared-styles.ts +++ b/polygerrit-ui/app/styles/shared-styles.ts
@@ -135,6 +135,7 @@ /* Stopgap solution until we remove hidden$ attributes. */ + :host[hidden], [hidden] { display: none !important; }