Title: [225165] trunk/Source/WebInspectorUI
Revision
225165
Author
nvasil...@apple.com
Date
2017-11-27 03:02:31 -0800 (Mon, 27 Nov 2017)

Log Message

Web Inspector: Styles Redesign: selector's field shadow is clipped at the bottom
https://bugs.webkit.org/show_bug.cgi?id=179961

Reviewed by Matt Baker.

* UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css:
(.spreadsheet-css-declaration .selector):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (225164 => 225165)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-11-27 09:41:15 UTC (rev 225164)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-11-27 11:02:31 UTC (rev 225165)
@@ -1,3 +1,13 @@
+2017-11-27  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Styles Redesign: selector's field shadow is clipped at the bottom
+        https://bugs.webkit.org/show_bug.cgi?id=179961
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css:
+        (.spreadsheet-css-declaration .selector):
+
 2017-11-21  Tomas Popela  <tpop...@redhat.com>
 
         Unreviewed compile warning fix

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css (225164 => 225165)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css	2017-11-27 09:41:15 UTC (rev 225164)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css	2017-11-27 11:02:31 UTC (rev 225165)
@@ -82,6 +82,7 @@
 
 .spreadsheet-css-declaration .selector {
     position: relative;
+    z-index: 1;
 }
 
 .spreadsheet-css-declaration .selector.style-attribute {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to