]> source.dussan.org Git - sonarqube.git/commitdiff
change styles of inactive facet items
authorStas Vilchik <vilchiks@gmail.com>
Tue, 9 May 2017 13:15:54 +0000 (15:15 +0200)
committerStas Vilchik <stas-vilchik@users.noreply.github.com>
Wed, 10 May 2017 07:40:15 +0000 (09:40 +0200)
server/sonar-web/src/main/less/components/search-navigator.less

index 28b1bc89efc26f5e2c62784ccf28b1f64661b207..e01e2dc742ad599c0fc261d463a104bffa0925b2 100644 (file)
   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 {