Title: [201117] trunk/Tools
Revision
201117
Author
aakash_j...@apple.com
Date
2016-05-18 16:55:25 -0700 (Wed, 18 May 2016)

Log Message

Remove underline from Status Bubbles on dashboard
https://bugs.webkit.org/show_bug.cgi?id=157870
rdar://problem/26332321

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css: Reverted style
change made in http://trac.webkit.org/r200880

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css (201116 => 201117)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2016-05-18 23:49:50 UTC (rev 201116)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css	2016-05-18 23:55:25 UTC (rev 201117)
@@ -38,7 +38,7 @@
     text-decoration: none;
 }
 
-a:hover:link {
+a:hover {
     text-decoration: underline;
 }
 

Modified: trunk/Tools/ChangeLog (201116 => 201117)


--- trunk/Tools/ChangeLog	2016-05-18 23:49:50 UTC (rev 201116)
+++ trunk/Tools/ChangeLog	2016-05-18 23:55:25 UTC (rev 201117)
@@ -1,3 +1,14 @@
+2016-05-18  Aakash Jain  <aakash_j...@apple.com>
+
+        Remove underline from Status Bubbles on dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=157870
+        rdar://problem/26332321
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css: Reverted style 
+        change made in http://trac.webkit.org/r200880
+
 2016-05-18  Michael Saboff  <msab...@apple.com>
 
         r199812 broke test262
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to