Просмотр исходного кода

AMBARI-11662. Creating view, the permissions UI user addition box does not appear properly (alexantonenko)

Alex Antonenko 10 лет назад
Родитель
Сommit
22cac0a2af
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

+ 0 - 4
ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

@@ -146,13 +146,9 @@
 }
 .add-item-input span:empty:before{
   content: 'New';
-  position: absolute;
   left: 0;
   color: #ddd;
 }
-.add-item-input span:focus:before{
-  display: none;
-}
 .typeahead-box{
   position: absolute;
   left: 0;