Skip to content
Snippets Groups Projects
Verified Commit aa55822a authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3409663 by sakthi_dev, gorkagr, smustgrave: Remove datetime_range icon and library

(cherry picked from commit b90102de)
parent 51ebf197
Branches
Tags
15 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump
Pipeline #68963 passed with warnings
Pipeline: drupal

#68973

    Pipeline: drupal

    #68968

      <svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m27 3.6h7.2c.9941 0 1.8.8059 1.8 1.8v28.8c0 .9941-.8059 1.8-1.8 1.8h-32.4c-.994104 0-1.8-.8059-1.8-1.8v-28.8c0-.9941.805896-1.8 1.8-1.8h7.2v-3.6h3.6v3.6h10.8v-3.6h3.6zm-23.4 10.8v18h28.8v-18zm3.6 3.6h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6z" fill="#55565b"/></svg>
      \ No newline at end of file
      /*
      * DO NOT EDIT THIS FILE.
      * See the following change record for more information,
      * https://www.drupal.org/node/3084859
      * @preserve
      */
      .field-icon-daterange {
      background-image: url("data:image/svg+xml,%3csvg height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m27 3.6h7.2c.9941 0 1.8.8059 1.8 1.8v28.8c0 .9941-.8059 1.8-1.8 1.8h-32.4c-.994104 0-1.8-.8059-1.8-1.8v-28.8c0-.9941.805896-1.8 1.8-1.8h7.2v-3.6h3.6v3.6h10.8v-3.6h3.6zm-23.4 10.8v18h28.8v-18zm3.6 3.6h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6z' fill='%2355565b'/%3e%3c/svg%3e");
      }
      .field-icon-daterange {
      background-image: url(../../../misc/icons/55565b/daterange.svg);
      }
      drupal.datetime_range-icon:
      version: VERSION
      css:
      theme:
      css/datetime_range.icon.theme.css: {}
      dependencies:
      - field_ui/drupal.field_ui.manage_fields
      ......@@ -5,7 +5,6 @@
      * Field hooks to implement a datetime field that stores a start and end date.
      */
      use Drupal\Core\Field\FieldTypeCategoryManagerInterface;
      use Drupal\Core\Url;
      use Drupal\Core\Routing\RouteMatchInterface;
      ......@@ -28,12 +27,3 @@ function datetime_range_help($route_name, RouteMatchInterface $route_match) {
      return $output;
      }
      }
      /**
      * Implements hook_field_type_category_info_alter().
      */
      function datetime_range_field_type_category_info_alter(&$definitions) {
      // The `datetime_range` field type belongs in the `general` category, so the
      // libraries need to be attached using an alter hook.
      $definitions[FieldTypeCategoryManagerInterface::FALLBACK_CATEGORY]['libraries'][] = 'datetime_range/drupal.datetime_range-icon';
      }
      ......@@ -31,6 +31,3 @@
      .field-icon-reference {
      background-image: url("data:image/svg+xml,%3csvg height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10.98 9v4.98h5.52v3.06h-9v6h-5.52v9.96h14.04v-9.96h-5.52v-3.06h15v3.06h-5.52v9.96h14.04v-9.96h-5.52v-6h-9v-3.06h5.52v-9.96h-14.04zm11.026.015-.016 1.995h-7.98l-.016-1.995-.016-1.995h8.044zm-8.986 18.975v2.01h-8.04v-4.02h8.04zm18 0v2.01h-8.04v-4.02h8.04z' fill='%2355565b'/%3e%3c/svg%3e");
      }
      .field-icon-daterange {
      background-image: url("data:image/svg+xml,%3csvg height='36' viewBox='0 0 36 36' width='36' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m27 3.6h7.2c.9941 0 1.8.8059 1.8 1.8v28.8c0 .9941-.8059 1.8-1.8 1.8h-32.4c-.994104 0-1.8-.8059-1.8-1.8v-28.8c0-.9941.805896-1.8 1.8-1.8h7.2v-3.6h3.6v3.6h10.8v-3.6h3.6zm-23.4 10.8v18h28.8v-18zm3.6 3.6h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6zm9 0h3.6v3.6h-3.6z' fill='%2355565b'/%3e%3c/svg%3e");
      }
      ......@@ -31,7 +31,3 @@
      .field-icon-reference {
      background-image: url(../../../misc/icons/55565b/reference.svg);
      }
      .field-icon-daterange {
      background-image: url(../../../misc/icons/55565b/daterange.svg);
      }
      ......@@ -26,7 +26,6 @@ class Stable9LibraryOverrideTest extends StableLibraryOverrideTestBase {
      'media/drupal.media-icon',
      'options/drupal.options-icon',
      'telephone/drupal.telephone-icon',
      'datetime_range/drupal.datetime_range-icon',
      ];
      /**
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment