Disclaimer lacks background and other basic styles if not logged in as admin (no gin toolbar to get gin variables from)

Created on 18 March 2024, about 1 year ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States wolcen

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

Comments & Activities

  • Issue created by @wolcen
    • mlncn β†’ committed 72c77b3d on 1.0.x
      Issue #3431462 by mlncn: Disclaimer lacks background and other basic...
  • Status changed to Needs review 4 months ago
  • πŸ‡ΊπŸ‡ΈUnited States mlncn Minneapolis, MN, USA
  • πŸ‡¬πŸ‡§United Kingdom jacobupal Leeds

    Problem/Motivation

    The module styling uses CSS variables for styling which are usually provided by gin

    Steps to reproduce

    Choose a theme without styling for dialog boxes
    The dialog box will be unstyled

    Proposed resolution

    - provide fall-backs to gin variables used

    /* Borrowed from CyborgTranslate's css/disclaimer.css which had to deal with the same problem of the core modal using gin/admin stylings but gin not being available to visitors. */
    .dismissableblocks-disclaimer-modal.ui-widget.ui-front {
      z-index: 1000;
      border: solid black 3px !important;
      background: white;
      --ct-gin-border-color-layer: var(--gin-border-color-layer, rgba(0, 0, 0, 0.08));
      --ct-gin-border-m: var(--gin-border-m, .5rem);
      --ct-gin-bg-app: var(--gin-bg-app, rgb(249, 251, 248)); }
      .dismissableblocks-disclaimer-modal.ui-widget.ui-front .ui-dialog .ui-dialog-titlebar {
        line-height: 1.2;
        padding: 1rem 1.5rem;
        background: #1b1b1d;
        border: 0 none;
        border-radius: 0;
        position: relative; }
      .dismissableblocks-disclaimer-modal.ui-widget.ui-front .ui-dialog .ui-widget-content.ui-dialog-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: .5rem;
        padding-bottom: .25rem; }
      .dismissableblocks-disclaimer-modal.ui-widget.ui-front .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
        padding: .75rem 1.5rem;
        border-top: 1px solid var(--ct-gin-border-color-layer);
        border-bottom-left-radius: var(--ct-gin-border-m);
        border-bottom-right-radius: var(--ct-gin-border-m);
    

    Remaining tasks

    - css has already been added
    - review

    User interface changes

    - prettier

    API changes

    - changes to dismiss_and_remember.css

    Data model changes

    N/A

  • πŸ‡¬πŸ‡§United Kingdom jacobupal Leeds
Production build 0.71.5 2024