Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe05198178024cccbf058d1759ffb64681708413
      
https://github.com/WebKit/WebKit/commit/fe05198178024cccbf058d1759ffb64681708413
  Author: Frances Cornwall <france...@cox.net>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/Variables.css

  Log Message:
  -----------
  Web Inspector: Use nesting for the variables inside :root in Variables.css
https://bugs.webkit.org/show_bug.cgi?id=268940

Reviewed by Tim Nguyen and Matthieu Dubet.

Nest all elements inside of :root and body property in Variables.css

Co-authored-by: Tim Nguyen <n...@users.noreply.github.com>

* Source/WebInspectorUI/UserInterface/Views/Variables.css:
(:root):
(body):
(&:is(.mac-platform.monterey, .mac-platform.big-sur)):
(&:not(.mac-platform.monterey, .mac-platform.big-sur):not(.docked)):
(&:is(.mac-platform.monterey, .mac-platform.big-sur):not(.docked)):
(&.mac-platform):
(body.window-inactive): Deleted.
(body:is(.mac-platform.monterey, .mac-platform.big-sur)): Deleted.
(body:not(.mac-platform.monterey, .mac-platform.big-sur):not(.docked)): Deleted.
(body:is(.mac-platform.monterey, .mac-platform.big-sur):not(.docked)): Deleted.
(@media (prefers-color-scheme: dark) :root): Deleted.
(@media (prefers-color-scheme: dark) body.window-inactive): Deleted.
(@media (prefers-color-scheme: dark) body:is(.mac-platform.monterey, 
.mac-platform.big-sur)): Deleted.
(body.mac-platform): Deleted.

Canonical link: https://commits.webkit.org/274987@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to