commit | 4b32c17ce34baa29c3dcd12c123cc1e98d34cf54 | [log] [tgz] |
---|---|---|
author | Thomas Dräbing <thomas.draebing@sap.com> | Wed Aug 20 13:43:24 2025 +0200 |
committer | Thomas Dräbing <thomas.draebing@sap.com> | Wed Aug 20 13:43:24 2025 +0200 |
tree | b45f17edca4f7702251f49150135dff954eb0d03 | |
parent | 21066a5766ca44d7b4482c72611f40fd0a0b6f1e [diff] |
Properly hide warning, when no expiration time has been set Change-Id: I2d92eacb7515c84f902a7317e1a80c009ae07ebe
diff --git a/web/gr-serviceuser-tokens.ts b/web/gr-serviceuser-tokens.ts index 06df8ea..2959eaa 100644 --- a/web/gr-serviceuser-tokens.ts +++ b/web/gr-serviceuser-tokens.ts
@@ -145,6 +145,10 @@ .lifeTimeInput { min-width: 23em; } + :host([hidden]), + [hidden] { + display: none !important; + } # Remove when material styles are available for plugins md-outlined-text-field {