From: Stas Vilchik Date: Tue, 9 May 2017 13:15:54 +0000 (+0200) Subject: change styles of inactive facet items X-Git-Tag: 6.4-RC1~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf09accfcdcbfdd34a192384a30723510eeb1bc9;p=sonarqube.git change styles of inactive facet items --- diff --git a/server/sonar-web/src/main/less/components/search-navigator.less b/server/sonar-web/src/main/less/components/search-navigator.less index 28b1bc89efc..e01e2dc742a 100644 --- a/server/sonar-web/src/main/less/components/search-navigator.less +++ b/server/sonar-web/src/main/less/components/search-navigator.less @@ -118,14 +118,15 @@ border: none; border-radius: 2px; box-sizing: border-box; - background-color: @barBackgroundColor; white-space: normal; overflow: hidden; font-size: 0; + opacity: 0.3; cursor: not-allowed; transition: none; a& { + opacity: 1; cursor: pointer; .facet-name {