Skip to content
Snippets Groups Projects
Verified Commit 0e9777cd authored by Cristina Chumillas's avatar Cristina Chumillas
Browse files

Issue #3214332 by kostyashupenko, ckrina, Hosisam, Gauravvvv, ameymudras,...

Issue #3214332 by kostyashupenko, ckrina, Hosisam, Gauravvvv, ameymudras, IndrajithKB, Meeni_Dhobale, athyamvidyasagar, KapilV, Sakthivel M, imalabya, Diego Sabolo, manojithape, Shyam_Bhatt, guilhermevp, divya.sejekan, Madhu kumar, Saurabh Srivastava, Satyajit1990, lauriii, vikashsoni: Preview content is broken in Claro
parent 5a7e9fa0
No related branches found
No related tags found
36 merge requests!8528Issue #3456871 by Tim Bozeman: Support NULL services,!8323Fix source code editing and in place front page site studio editing.,!6278Issue #3187770 by godotislate, smustgrave, catch, quietone: Views Rendered...,!3878Removed unused condition head title for views,!38582585169-10.1.x,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3668Resolve #3347842 "Deprecate the trusted",!3651Issue #3347736: Create new SDC component for Olivero (header-search),!3546refactored dialog.pcss file,!3531Issue #3336994: StringFormatter always displays links to entity even if the user in context does not have access,!3502Issue #3335308: Confusing behavior with FormState::setFormState and FormState::setMethod,!3452Issue #3332701: Refactor Claro's tablesort-indicator stylesheet,!3355Issue #3209129: Scrolling problems when adding a block via layout builder,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3147Issue #3328457: Replace most substr($a, $i) where $i is negative with str_ends_with(),!3146Issue #3328456: Replace substr($a, 0, $i) with str_starts_with(),!3133core/modules/system/css/components/hidden.module.css,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2614Issue #2981326: Replace non-test usages of \Drupal::logger() with IoC injection,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2334Issue #3228209: Add hasRole() method to AccountInterface,!2062Issue #3246454: Add weekly granularity to views date sort,!1105Issue #3025039: New non translatable field on translatable content throws error,!1073issue #3191727: Focus states on mobile second level navigation items fixed,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!844Resolve #3036010 "Updaters",!673Issue #3214208: FinishResponseSubscriber could create duplicate headers,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #64452 passed with warnings
Pipeline: drupal

#64465

    Pipeline: drupal

    #64462

      Pipeline: drupal

      #64456

        +1
        ...@@ -136,6 +136,8 @@ libraries-extend: ...@@ -136,6 +136,8 @@ libraries-extend:
        - claro/ajax - claro/ajax
        user/drupal.user: user/drupal.user:
        - claro/form.password-confirm - claro/form.password-confirm
        node/drupal.node.preview:
        - claro/drupal.node.preview
        views/views.module: views/views.module:
        - claro/views - claro/views
        media/media_embed_ckeditor_theme: media/media_embed_ckeditor_theme:
        ......
        ...@@ -133,6 +133,12 @@ claro.tabledrag: ...@@ -133,6 +133,12 @@ claro.tabledrag:
        js: js:
        js/tabledrag.js: {} js/tabledrag.js: {}
        drupal.node.preview:
        version: VERSION
        css:
        theme:
        css/components/node-preview.css: {}
        tour-styling: tour-styling:
        version: VERSION version: VERSION
        css: css:
        ......
        ...@@ -1848,3 +1848,13 @@ function claro_form_user_admin_permissions_alter(&$form, FormStateInterface $for ...@@ -1848,3 +1848,13 @@ function claro_form_user_admin_permissions_alter(&$form, FormStateInterface $for
        } }
        } }
        } }
        /**
        * Implements hook_form_FORM_ID_alter().
        */
        function claro_form_node_preview_form_select_alter(array &$form, FormStateInterface $form_state) {
        if (isset($form['backlink'])) {
        $form['backlink']['#options']['attributes']['class'][] = 'action-link';
        $form['backlink']['#options']['attributes']['class'][] = 'action-link--icon-chevron-left';
        }
        }
        ...@@ -508,3 +508,15 @@ ...@@ -508,3 +508,15 @@
        .action-link--icon-questionmark.action-link--danger:active::before { .action-link--icon-questionmark.action-link--danger:active::before {
        background-image: url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23ab1b1b'/%3e%3c/svg%3e"); background-image: url("data:image/svg+xml,%3csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.002 0a7 7 0 100 14 7 7 0 000-14zm3 5c0 .551-.16 1.085-.477 1.586l-.158.22c-.07.093-.189.241-.361.393a9.67 9.67 0 01-.545.447l-.203.189-.141.129-.096.17L8 8.369v.63H5.999v-.704c.026-.396.078-.73.204-.999a2.83 2.83 0 01.439-.688l.225-.21-.01-.015.176-.14.137-.128c.186-.139.357-.277.516-.417l.148-.18A.948.948 0 008.002 5 1.001 1.001 0 006 5H4a3 3 0 016.002 0zm-1.75 6.619a.627.627 0 01-.625.625h-1.25a.627.627 0 01-.626-.625v-1.238c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.238z' fill='%23ab1b1b'/%3e%3c/svg%3e");
        } }
        .action-link--icon-chevron-left::before {
        display: block;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 2L5 8l6 6' stroke='%23545560' stroke-width='2'/%3e%3c/svg%3e");
        }
        @media (min-width: 30em) {
        .action-link--icon-chevron-left::before {
        display: inline-block;
        }
        }
        ...@@ -494,3 +494,19 @@ ...@@ -494,3 +494,19 @@
        } }
        } }
        } }
        .action-link--icon-chevron-left {
        &::before {
        display: block;
        content: "";
        background-image: url("../../images/icons/545560/pager-prev.svg");
        }
        }
        @media (min-width: 30em) {
        .action-link--icon-chevron-left {
        &::before {
        display: inline-block;
        }
        }
        }
        /*
        * DO NOT EDIT THIS FILE.
        * See the following change record for more information,
        * https://www.drupal.org/node/3084859
        * @preserve
        */
        .node-preview-container {
        position: sticky;
        z-index: 499;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        }
        .node-preview-form-select {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        }
        .node-preview-container {
        position: sticky;
        z-index: 499;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        }
        .node-preview-form-select {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        }
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment