diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2023-01-10 14:35:17 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-12 20:02:51 +0000 |
commit | 10e6b8ee65ecc77738bfab13fd3be135e8e4ab85 (patch) | |
tree | 1fddd0a11d4a19010296a1562f9de6c0b88156d5 /server/sonar-web/src/main/js/apps/overview/styles.css | |
parent | 118a3ed166799831e097748f2ce8e113298ad14e (diff) | |
download | sonarqube-10e6b8ee65ecc77738bfab13fd3be135e8e4ab85.tar.gz sonarqube-10e6b8ee65ecc77738bfab13fd3be135e8e4ab85.zip |
SONAR-17816 Warn user about non-cayc-compliant QG on the project overview
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/styles.css')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/styles.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/styles.css b/server/sonar-web/src/main/js/apps/overview/styles.css index 17327125a32..d06f711df32 100644 --- a/server/sonar-web/src/main/js/apps/overview/styles.css +++ b/server/sonar-web/src/main/js/apps/overview/styles.css @@ -131,13 +131,6 @@ background: var(--barBorderColor); } -.overview-quality-gate-conditions-subsection-title { - background-color: white; - border-bottom: 1px solid var(--barBorderColor); - margin: 0; - font-size: var(--baseFontSize); -} - .overview-quality-gate-conditions-list-collapse { margin: calc(2 * var(--gridSize)) 0; } |