Skip to content
Snippets Groups Projects
Commit dc12bed4 authored by Théodore Biadala's avatar Théodore Biadala Committed by catch
Browse files

Revert "Issue #3515093 by sandip, catch, smustgrave: Olivero table.css should...

Revert "Issue #3515093 by sandip, catch, smustgrave: Olivero table.css should be in its own library and #attached to tables"

This reverts commit ab9823e4.

(cherry picked from commit cfd4c18d)
parent d5a57be0
Branches
Tags
8 merge requests!12661Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12660Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!12357Issue #3529639 by mradcliffe, smustgrave, solomon.yifru: replacing a depricated css,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x
Pipeline #512070 passed with warnings
Pipeline: drupal

#512084

    ......@@ -45,6 +45,7 @@ global-styling:
    css/components/site-header.css: {}
    css/components/skip-link.css: {}
    css/components/pager.css: {}
    css/components/table.css: {}
    css/components/text-content.css: {}
    css/components/wide-content.css: {}
    ......@@ -290,18 +291,3 @@ tags:
    css:
    theme:
    css/components/tags.css: {}
    olivero.table:
    version: VERSION
    css:
    component:
    css/components/table.css: {}
    moved_files:
    olivero/global-styling:
    deprecation_version: 11.2.0
    removed_version: 12.0.0
    deprecation_link: https://www.drupal.org/node/3517675
    css:
    component:
    css/components/table.css:
    base: css/components/table.css
    ......@@ -617,15 +617,6 @@ function olivero_preprocess_table(&$variables): void {
    }
    }
    }
    $variables['#attached']['library'][] = 'olivero/olivero.table';
    }
    /**
    * Implements hook_preprocess_HOOK() for views-view-table templates.
    */
    function olivero_preprocess_views_view_table(&$variables): void {
    $variables['#attached']['library'][] = 'olivero/olivero.table';
    }
    /**
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment