Merge "Fix ep:1610-1 build process"
[portal.git] / ecomp-portal-FE-os / client / src / directives / search-users / search-users.less
index 2fb9786..32ea9ca 100644 (file)
 
   }
   
+  .user:focus {
+           outline: -webkit-focus-ring-color auto 5px;
+           background-color:white !important;
+       }
   .add-user-section{
       margin-top:0px;
       margin-left:10px;
       }
 
       .results-container {
-        height: 208px;
+        height: 170px;
         overflow-y: auto;
         .user {
           padding-left: 10px;
        margin-top:10px;
     }
   }
-}
\ No newline at end of file
+}