RESOLVED FIXED 179961
Web Inspector: Styles Redesign: selector's field shadow is clipped at the bottom
https://bugs.webkit.org/show_bug.cgi?id=179961
Summary Web Inspector: Styles Redesign: selector's field shadow is clipped at the bottom
Nikita Vasilyev
Reported 2017-11-22 17:23:22 PST
Created attachment 327474 [details] [Image] Bug When the first property has a warning.
Attachments
[Image] Bug (6.08 KB, image/png)
2017-11-22 17:23 PST, Nikita Vasilyev
no flags
Patch (1.19 KB, patch)
2017-11-22 17:25 PST, Nikita Vasilyev
no flags
[Image] With patch applied (7.00 KB, image/png)
2017-11-22 17:27 PST, Nikita Vasilyev
no flags
Nikita Vasilyev
Comment 1 2017-11-22 17:25:54 PST
Nikita Vasilyev
Comment 2 2017-11-22 17:27:00 PST
Created attachment 327476 [details] [Image] With patch applied
Matt Baker
Comment 3 2017-11-23 12:02:33 PST
Comment on attachment 327475 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327475&action=review > Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css:85 > + z-index: 1; What about using one of the --z-index-* variables, like --z-index-highlight?
Nikita Vasilyev
Comment 4 2017-11-25 16:11:02 PST
(In reply to Matt Baker from comment #3) > Comment on attachment 327475 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=327475&action=review > > > Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css:85 > > + z-index: 1; > > What about using one of the --z-index-* variables, like --z-index-highlight? In my patch, I'm setting z-index on the selector field, not the highlighted property. I don't think any of the existing --z-index-* variables make sense here, and I think adding a new one just for this is overkill.
Matt Baker
Comment 5 2017-11-27 02:43:18 PST
Comment on attachment 327475 [details] Patch r=me
WebKit Commit Bot
Comment 6 2017-11-27 03:02:35 PST
Comment on attachment 327475 [details] Patch Clearing flags on attachment: 327475 Committed r225165: <https://trac.webkit.org/changeset/225165>
WebKit Commit Bot
Comment 7 2017-11-27 03:02:37 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2017-12-06 16:47:44 PST
Note You need to log in before you can comment on or make changes to this bug.