浏览代码

AMBARI-1360. Mouse cursor hover behavior is strange on Job Browser. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1443724 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 年之前
父节点
当前提交
35e1349c20
共有 2 个文件被更改,包括 8 次插入3 次删除
  1. 3 1
      CHANGES.txt
  2. 5 2
      ambari-web/app/styles/apps.less

+ 3 - 1
CHANGES.txt

@@ -258,7 +258,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
- AMBARI-1359: App Browser rows colours should alternate from dark grey to light 
+ AMBARI-1360. Mouse cursor hover behavior is strange on Job Browser. (jaimin) 
+
+ AMBARI-1359. App Browser rows colours should alternate from dark grey to light 
  grey and back. (jaimin)
 
  AMBARI-1356. Error in filtering Configuration properties maintained at UI for 

+ 5 - 2
ambari-web/app/styles/apps.less

@@ -35,15 +35,18 @@
     }
   }
 
-  #filter_buttons .selected{
+  #filter_buttons a.selected{
     cursor: default;
   }
-  #filter_buttons{
+  #filter_buttons a{
     cursor: pointer;
   }
 
   .clear_filter{
     width:46%;
+    a {
+      cursor: pointer;
+    }
   }
 
   .runsList {