Skip to content
Snippets Groups Projects

#3498562: The styling of the new installed button is not inline in light and broken in dark mode

Merged #3498562: The styling of the new installed button is not inline in light and broken in dark mode
3 unresolved threads
Merged utkarsh_33 requested to merge issue/project_browser-3498562:3498562-the-styling-of into 2.0.x
3 unresolved threads

Closes #3498562

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1109 1109 .views-bulk-actions__item-gin {
1110 1110 color: var(--gin-color-text-light);
1111 1111 }
1112
1113 button.project_status-indicator.project_status-indicator-gin {
  • 58 58 <ProjectStatusIndicator {project} statusText={Drupal.t('Not compatible')} />
    59 59 {:else if project.status === 'active'}
    60 60 <ProjectStatusIndicator {project} statusText={Drupal.t('Installed')}>
    61 {#if ('gin' in drupalSettings && drupalSettings.gin.darkmode === '1')}
    62 <ProjectIcon type="greenInstalled" />
  • 1 1 <script>
    2 2 export let project;
    3 3 export let statusText;
    4 let buttonClasses = '';
    5 let buttonLabelClasses = '';
    4 6
    5 7 const { Drupal } = window;
    8 $: {
    9 // @see css/pb.css
    10 if ('gin' in drupalSettings && drupalSettings.gin.darkmode === '1') {
  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 5 commits

    added 5 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading