Title: [117445] trunk/Source/WebCore
Revision
117445
Author
commit-qu...@webkit.org
Date
2012-05-17 06:54:13 -0700 (Thu, 17 May 2012)

Log Message

Web Inspector: Hover on a breakpoint in breakpoint-pane does not get differentiated.
https://bugs.webkit.org/show_bug.cgi?id=86711

Changed color values with background on hover over breakpoints.

Patch by Sam D <dsam2...@gmail.com> on 2012-05-17
Reviewed by Yury Semikhatsky.

UI change, No new tests.

* inspector/front-end/inspector.css:
(.breakpoint-list li:hover):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117444 => 117445)


--- trunk/Source/WebCore/ChangeLog	2012-05-17 13:35:29 UTC (rev 117444)
+++ trunk/Source/WebCore/ChangeLog	2012-05-17 13:54:13 UTC (rev 117445)
@@ -1,3 +1,17 @@
+2012-05-17  Sam D  <dsam2...@gmail.com>
+
+        Web Inspector: Hover on a breakpoint in breakpoint-pane does not get differentiated.
+        https://bugs.webkit.org/show_bug.cgi?id=86711
+
+        Changed color values with background on hover over breakpoints.
+
+        Reviewed by Yury Semikhatsky.
+
+        UI change, No new tests.
+
+        * inspector/front-end/inspector.css:
+        (.breakpoint-list li:hover):
+
 2012-05-17  Vivek Galatage  <vivekgalat...@gmail.com>
 
         Web Inspector: DOM Breakpoints Pane should allow to Remove All the breakpoints

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (117444 => 117445)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-05-17 13:35:29 UTC (rev 117444)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-05-17 13:54:13 UTC (rev 117445)
@@ -2147,7 +2147,7 @@
 }
 
 .breakpoint-list li:hover {
-    color: rgb(15%, 15%, 15%);
+    background-color: rgba(56, 121, 217, 0.2);
 }
 
 .breakpoint-list .checkbox-elem {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to