Add settings tray/off-canvas styles

Created on 2 June 2023, almost 2 years ago
Updated 16 June 2023, almost 2 years ago

Problem/Motivation

Gin Moderation Sidebar addresses the styles on the toolbar tab but doesn't address the settings tray/off-canvas styles.

Steps to reproduce

Install module and click on the Moderation Sidebar toolbar tab to open the settings tray.

Proposed resolution

Add styles for the settings tray to match Gin.

✨ Feature request
Status

Closed: won't fix

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kevinfunk

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kevinfunk
  • @kevinfunk opened merge request.
  • Status changed to Needs review almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States kevinfunk


  • πŸ‡ΊπŸ‡ΈUnited States kevinfunk

    Should the delete button be updated?

    .ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-link.button.button--danger {
      color: var(--gin-color-danger) !important;
      border-color: var(--gin-color-danger) !important;
    }
    
    .ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-link.button.button--danger:hover {
      color: var(--gin-color-button-text) !important;
      background: var(--gin-color-danger) !important;
    }
  • Status changed to Needs work almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States justcaldwell Austin, Texas

    Hi @kevinfunk,
    Yeah, great idea and it looks great on first pass. Would you be able to add the delete button styling to the MR?
    Thanks for contributing!

  • Status changed to Needs review almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States kevinfunk

    @justcaldwell, thanks for the review!

  • Status changed to Needs work almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States justcaldwell Austin, Texas

    Thanks for updating the MR. I did some more in-depth testing on both Drupal 9 and 10. I'm seeing a minor contrast issue for the 'Use custom log message' label on Drupal 9 only (Gin light mode). See attached screenshot.

    More importantly, these changes introduce some contrast issues and inconsistent styling for "non moderation sidebar" settings tray styles (e.g. Layout Builder). These appear in both D9 and D10 with some slight variation β€” screenshots below are from Drupal 10. Gin light mode only. Dark mode seems to work well.

    Given that Gin takes a pretty light hand with settings tray styling β€” Gin doesn't add "light mode" styles for settings tray, for example β€” at the moment I'm inclined to follow that lead and not add them here, but I'm open to further discussion.

  • Status changed to Closed: won't fix almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States justcaldwell Austin, Texas

    Thanks for your work here. As indicated above, I'm going to follow Gin's lead here and not try to style the settings tray itself.

    The idea is worth further consideration/discussion β€” maybe as a feature request in the Gin issue queue, and/or a dedicated module for off-canvas styles?

Production build 0.71.5 2024