diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/style.css')
-rw-r--r-- | server/sonar-web/src/main/js/apps/component-measures/style.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/style.css b/server/sonar-web/src/main/js/apps/component-measures/style.css index e4d8107cab4..218abc31966 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/style.css +++ b/server/sonar-web/src/main/js/apps/component-measures/style.css @@ -78,18 +78,6 @@ button.search-navigator-facet { margin-top: 4px; } -.measure-details-component-row.selected { - background-color: var(--lightBlue) !important; -} - -.measure-details-component-cell { - max-width: 0; -} - -.measure-details-component-cell > div { - max-width: 100%; -} - .domain-measures-value .rating, .measure-details-value .rating { width: 18px; @@ -122,7 +110,3 @@ button.search-navigator-facet { width: calc(60vw - 80px); } } - -.measure-favorite svg { - vertical-align: middle; -} |